json-schema-ref-parser
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -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
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
2633197
20392