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 1.0.0-alpha.3 to 1.0.0-alpha.4

2

karma.conf.js

@@ -19,3 +19,3 @@ 'use strict';

// Unit tests
'tests/test-environment.js',
'tests/helper.js',
'tests/**/*.spec.js'

@@ -22,0 +22,0 @@ ],

@@ -12,3 +12,3 @@ 'use strict';

if (_isString(u)) {
this._url = Url.parse(u)._url;
this._url = Url.parse(u);
}

@@ -15,0 +15,0 @@ else if (u instanceof Url) {

{
"name": "json-schema-ref-parser",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",

@@ -26,2 +26,3 @@ "keywords": [

"browserify": "gulp build",
"testem": "testem",
"test": "istanbul cover _mocha -- --bail --recursive tests && npm run karma",

@@ -28,0 +29,0 @@ "mocha": "mocha --bail --recursive tests",

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

--------------------------
JSON Schema $Ref Parser is a full [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03#section-3) and [JSON Pointer](https://tools.ietf.org/html/rfc6901) implementation that crawls even the most complex [JSON Schemas](http://json-schema.org/latest/json-schema-core.html) and gives you simple, straightforward JavaScript objects.
JSON Schema $Ref Parser is a full [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03) and [JSON Pointer](https://tools.ietf.org/html/rfc6901) implementation that crawls even the most complex [JSON Schemas](http://json-schema.org/latest/json-schema-core.html) and gives you simple, straightforward JavaScript objects.

@@ -45,0 +45,0 @@ ### Features

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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