json-schema-ref-parser
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "json-schema-ref-parser", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers", | ||
@@ -56,7 +56,7 @@ "keywords": [ | ||
"release": "npm run upgrade && npm test && npm run bump && npm publish", | ||
"start": "http-server -o -c-1" | ||
"start": "http-server -c-1 -o http://localhost:8080/test/index.html" | ||
}, | ||
"devDependencies": { | ||
"@types/json-schema": "^7.0.1", | ||
"@types/node": "^10.11.4", | ||
"@types/node": "^10.11.5", | ||
"chai": "^4.2.0", | ||
@@ -63,0 +63,0 @@ "codacy-coverage": "^3.1.0", |
@@ -50,6 +50,6 @@ JSON Schema $Ref Parser | ||
- Use **JSON** or **YAML** schemas — or even a mix of both! | ||
- Supports `$ref` pointers to external files and URLs, as well as [custom sources](docs/plugins/resolvers.md) such as databases | ||
- Can [bundle](docs/ref-parser.md#bundlepath-options-callback) multiple files into a single schema that only has _internal_ `$ref` pointers | ||
- Can [dereference](docs/ref-parser.md#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with | ||
- Supports [circular references](docs/README.md#circular-refs), nested references, back-references, and cross-references between files | ||
- Supports `$ref` pointers to external files and URLs, as well as [custom sources](https://apidevtools.org/json-schema-ref-parser/docs/plugins/resolvers.html) such as databases | ||
- Can [bundle](https://apidevtools.org/json-schema-ref-parser/docs/ref-parser.html#bundlepath-options-callback) multiple files into a single schema that only has _internal_ `$ref` pointers | ||
- Can [dereference](https://apidevtools.org/json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with | ||
- Supports [circular references](https://apidevtools.org/json-schema-ref-parser/docs/README.html#circular-refs), nested references, back-references, and cross-references between files | ||
- Maintains object reference equality — `$ref` pointers to the same value always resolve to the same object instance | ||
@@ -87,3 +87,3 @@ - [Tested](https://apidevtools.org/json-schema-ref-parser/test/index.html) in Node, io.js, and all major web browsers on Windows, Mac, and Linux | ||
For more detailed examples, please see the [API Documentation](docs/README.md) | ||
For more detailed examples, please see the [API Documentation](https://apidevtools.org/json-schema-ref-parser/docs/) | ||
@@ -125,3 +125,3 @@ | ||
-------------------------- | ||
Full API documentation is available [right here](docs/README.md) | ||
Full API documentation is available [right here](https://apidevtools.org/json-schema-ref-parser/docs/) | ||
@@ -128,0 +128,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1998229