Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json-schema-ref-parser

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schema-ref-parser - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

4

CHANGELOG.md

@@ -8,3 +8,3 @@ # Change Log

- Merged [PR #124](https://github.com/APIDevTools/json-schema-ref-parser/pull/124/), which provides more context to [custom resolvers](https://apidevtools.org/json-schema-ref-parser/docs/plugins/resolvers.html).
- Merged [PR #124](https://github.com/APIDevTools/json-schema-ref-parser/pull/124/), which provides more context to [custom resolvers](https://apitools.dev/json-schema-ref-parser/docs/plugins/resolvers.html).

@@ -108,3 +108,3 @@ [Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v7.0.1...v7.1.0)

Despite the significant code changes, there were no changes to any public-facing APIs, and [all tests are passing](https://apidevtools.org/json-schema-ref-parser/test/) as expected.
Despite the significant code changes, there were no changes to any public-facing APIs, and [all tests are passing](https://apitools.dev/json-schema-ref-parser/test/) as expected.

@@ -111,0 +111,0 @@ [Full Changelog](https://github.com/APIDevTools/json-schema-ref-parser/compare/v2.1.0...v2.2.0)

{
"name": "json-schema-ref-parser",
"version": "7.1.0",
"version": "7.1.1",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",

@@ -25,3 +25,3 @@ "keywords": [

],
"homepage": "https://apidevtools.org/json-schema-ref-parser/",
"homepage": "https://apitools.dev/json-schema-ref-parser/",
"repository": {

@@ -56,16 +56,16 @@ "type": "git",

"@types/json-schema": "^7.0.1",
"@types/node": "^12.0.8",
"@types/node": "^12.7.2",
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"eslint": "^5.16.0",
"coveralls": "^3.0.6",
"eslint": "^6.2.2",
"eslint-config-modular": "^7.0.0",
"host-environment": "^1.1.3",
"karma": "^4.1.0",
"karma": "^4.2.0",
"karma-cli": "^2.0.0",
"karma-config": "^1.5.2",
"mocha": "^6.1.4",
"karma-config": "^1.5.4",
"mocha": "^6.2.0",
"npm-check": "^5.9.0",
"nyc": "^14.1.1",
"typescript": "^3.5.2",
"version-bump-prompt": "^5.0.3"
"typescript": "^3.5.3",
"version-bump-prompt": "^5.0.4"
},

@@ -72,0 +72,0 @@ "dependencies": {

@@ -13,3 +13,3 @@ JSON Schema $Ref Parser

[![OS and Browser Compatibility](https://apidevtools.org/img/badges/ci-badges-with-ie.svg)](https://travis-ci.com/APIDevTools/json-schema-ref-parser)
[![OS and Browser Compatibility](https://apitools.dev/img/badges/ci-badges-with-ie.svg)](https://travis-ci.com/APIDevTools/json-schema-ref-parser)

@@ -50,6 +50,6 @@

- Use **JSON** or **YAML** schemas — or even a mix of both!
- 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/#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://apitools.dev/json-schema-ref-parser/docs/plugins/resolvers.html) such as databases
- Can [bundle](https://apitools.dev/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://apitools.dev/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://apitools.dev/json-schema-ref-parser/docs/#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://travis-ci.com/APIDevTools/json-schema-ref-parser) in Node and all major web browsers on Windows, Mac, and Linux

For more detailed examples, please see the [API Documentation](https://apidevtools.org/json-schema-ref-parser/docs/)
For more detailed examples, please see the [API Documentation](https://apitools.dev/json-schema-ref-parser/docs/)

@@ -128,3 +128,3 @@

--------------------------
Full API documentation is available [right here](https://apidevtools.org/json-schema-ref-parser/docs/)
Full API documentation is available [right here](https://apitools.dev/json-schema-ref-parser/docs/)

@@ -131,0 +131,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc