Socket
Socket
Sign inDemoInstall

json-schema-resolver

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schema-resolver - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "json-schema-resolver",
"version": "1.2.0",
"version": "1.2.1",
"description": "Resolve all your $refs",

@@ -5,0 +5,0 @@ "main": "ref-resolver.js",

@@ -124,4 +124,12 @@ # json-schema-resolver

## Debug
To debug this module, simply set:
```bash
export DEBUG=json-schema-resolver
```
## License
Licensed under [MIT](./LICENSE).

@@ -109,3 +109,3 @@ 'use strict'

if (!evaluatedJson) {
debug('External $ref %s not provided', ref)
debug('External $ref %s not provided with baseUri %s', ref, baseUri)
return

@@ -165,2 +165,4 @@ }

baseUri = newBaseUri
} else if (refUri.reference === 'uri' || refUri.reference === 'absolute') {
baseUri = { ...refUri, fragment: undefined }
}

@@ -167,0 +169,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