json-schema-ref-parser
Advanced tools
Comparing version 6.0.3 to 6.1.0
@@ -193,2 +193,3 @@ import { JSONSchema4, JSONSchema4Type, JSONSchema6, JSONSchema6Type } from 'json-schema'; | ||
text?: (ParserOptions & { encoding?: string }) | boolean | ||
[key: string]: ParserOptions | boolean | undefined | ||
} | ||
@@ -195,0 +196,0 @@ |
{ | ||
"name": "json-schema-ref-parser", | ||
"version": "6.0.3", | ||
"version": "6.1.0", | ||
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
"test:browser": "npm run build && karma start --single-run", | ||
"test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.ts", | ||
"test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.spec.ts", | ||
"coverage": "npm run coverage:node && npm run coverage:browser", | ||
@@ -62,9 +62,9 @@ "coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha", | ||
"@types/json-schema": "^7.0.1", | ||
"@types/node": "^10.12.18", | ||
"@types/node": "^11.9.4", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.12.0", | ||
"eslint-config-modular": "^6.0.0", | ||
"eslint-config-modular": "^7.0.0", | ||
"http-server": "^0.11.1", | ||
"karma": "^3.1.4", | ||
"karma": "^4.0.0", | ||
"karma-chai": "^0.1.0", | ||
@@ -82,3 +82,3 @@ "karma-chrome-launcher": "^2.2.0", | ||
"karma-verbose-reporter": "0.0.6", | ||
"mocha": "^5.2.0", | ||
"mocha": "^6.0.0", | ||
"npm-check": "^5.9.0", | ||
@@ -85,0 +85,0 @@ "nyc": "^13.1.0", |
@@ -91,3 +91,3 @@ JSON Schema $Ref Parser | ||
#### Node | ||
Install using [npm](https://docs.npmjs.com/getting-started/what-is-npm): | ||
Install using [npm](https://docs.npmjs.com/about-npm/): | ||
@@ -94,0 +94,0 @@ ```bash |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12
2000924