| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/README.md
|
| diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/README.md b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/README.md
|
| index d2884470c3ff3e9f9b263ec94867cc50a272fde7..c181df1645eb217b63dda7c9a6d91d279ce193e9 100644
|
| --- a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/README.md
|
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/README.md
|
| @@ -1,7 +1,8 @@
|
| JS-YAML - YAML 1.2 parser and serializer for JavaScript
|
| =======================================================
|
|
|
| -[](http://travis-ci.org/nodeca/js-yaml)
|
| +[](https://travis-ci.org/nodeca/js-yaml)
|
| +[](https://www.npmjs.org/package/js-yaml)
|
|
|
| [Online Demo](http://nodeca.github.com/js-yaml/)
|
|
|
| @@ -102,8 +103,8 @@ options:
|
|
|
| - `filename` _(default: null)_ - string to be used as a file path in
|
| error/warning messages.
|
| -- `strict` _(default - false)_ makes the loader to throw errors instead of
|
| - warnings.
|
| +- `onWarning` _(default: null)_ - function to call on warning messages.
|
| + Loader will throw on warnings if this function is not provided.
|
| - `schema` _(default: `DEFAULT_SAFE_SCHEMA`)_ - specifies a schema to use.
|
| - `FAILSAFE_SCHEMA` - only strings, arrays and plain objects:
|
| http://www.yaml.org/spec/1.2/spec.html#id2802346
|
| @@ -264,7 +265,7 @@ So, the following YAML document cannot be loaded.
|
| ```
|
|
|
|
|
| -Breaking changes in 2.x.x -> 3.0.x
|
| +Breaking changes in 2.x.x -> 3.x.x
|
| ----------------------------------
|
|
|
| If your have not used __custom__ tags or loader classes and not loaded yaml
|
|
|