json-schema-ref-parser
Advanced tools
Comparing version 6.0.2 to 6.0.3
{ | ||
"name": "json-schema-ref-parser", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"bump": "bump --prompt --grep dist/* --tag --push --all", | ||
"release": "npm run upgrade && npm test && npm run bump && npm publish", | ||
"release": "npm run upgrade && npm test && npm run bump", | ||
"start": "http-server -c-1 -o http://localhost:8080/test/" | ||
@@ -62,21 +62,20 @@ }, | ||
"@types/json-schema": "^7.0.1", | ||
"@types/node": "^10.12.1", | ||
"@types/node": "^10.12.18", | ||
"chai": "^4.2.0", | ||
"codacy-coverage": "^3.2.0", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^5.8.0", | ||
"eslint-config-modular": "^5.0.0", | ||
"eslint": "^5.12.0", | ||
"eslint-config-modular": "^6.0.0", | ||
"http-server": "^0.11.1", | ||
"karma": "^3.1.1", | ||
"karma": "^3.1.4", | ||
"karma-chai": "^0.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-cli": "^1.0.1", | ||
"karma-cli": "^2.0.0", | ||
"karma-coverage": "^1.1.2", | ||
"karma-edge-launcher": "^0.4.2", | ||
"karma-firefox-launcher": "^1.1.0", | ||
"karma-host-environment": "^1.1.6", | ||
"karma-host-environment": "^1.1.7", | ||
"karma-ie-launcher": "^1.0.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-safari-launcher": "^1.0.0", | ||
"karma-sauce-launcher": "^1.2.0", | ||
"karma-sauce-launcher": "^2.0.2", | ||
"karma-verbose-reporter": "0.0.6", | ||
@@ -86,11 +85,11 @@ "mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"simplifyify": "^7.0.0", | ||
"typescript": "^3.1.4", | ||
"version-bump-prompt": "^4.2.1" | ||
"simplifyify": "^7.0.1", | ||
"typescript": "^3.2.2", | ||
"version-bump-prompt": "^4.2.2" | ||
}, | ||
"dependencies": { | ||
"call-me-maybe": "^1.0.1", | ||
"js-yaml": "^3.12.0", | ||
"ono": "^4.0.10" | ||
"js-yaml": "^3.12.1", | ||
"ono": "^4.0.11" | ||
} | ||
} |
@@ -5,14 +5,13 @@ JSON Schema $Ref Parser | ||
[![Build Status](https://api.travis-ci.org/APIDevTools/json-schema-ref-parser.svg?branch=master)](https://travis-ci.org/APIDevTools/json-schema-ref-parser) | ||
[![Dependencies](https://david-dm.org/APIDevTools/json-schema-ref-parser.svg)](https://david-dm.org/APIDevTools/json-schema-ref-parser) | ||
[![Build Status](https://api.travis-ci.com/APIDevTools/json-schema-ref-parser.svg?branch=master)](https://travis-ci.com/APIDevTools/json-schema-ref-parser) | ||
[![Coverage Status](https://coveralls.io/repos/github/APIDevTools/json-schema-ref-parser/badge.svg?branch=master)](https://coveralls.io/github/APIDevTools/json-schema-ref-parser) | ||
[![Codacy Score](https://api.codacy.com/project/badge/d8abfe5e9a4044b89bd9f4b999d4a574)](https://www.codacy.com/public/JamesMessinger/json-schema-ref-parser) | ||
[![Inline docs](https://inch-ci.org/github/APIDevTools/json-schema-ref-parser.svg?branch=master&style=shields)](https://inch-ci.org/github/APIDevTools/json-schema-ref-parser) | ||
[![npm](https://img.shields.io/npm/v/json-schema-ref-parser.svg)](https://www.npmjs.com/package/json-schema-ref-parser) | ||
[![Dependencies](https://david-dm.org/APIDevTools/json-schema-ref-parser.svg)](https://david-dm.org/APIDevTools/json-schema-ref-parser) | ||
[![License](https://img.shields.io/npm/l/json-schema-ref-parser.svg)](LICENSE) | ||
[![Browser Compatibility](https://saucelabs.com/browser-matrix/json-schema-parser.svg)](https://saucelabs.com/u/json-schema-parser) | ||
[![OS and Browser Compatibility](https://apidevtools.org/img/badges/ci-badges-with-ie.svg)](https://travis-ci.com/APIDevTools/json-schema-ref-parser) | ||
The Problem: | ||
@@ -109,3 +108,3 @@ -------------------------- | ||
```html | ||
<script src="https://cdn.rawgit.com/JS-DevTools/json-schema-ref-parser/dist/ref-parser.js"></script> | ||
<script src="https://unpkg.com/json-schema-ref-parser/dist/ref-parser.min.js"></script> | ||
<script> | ||
@@ -154,1 +153,9 @@ $RefParser.dereference(mySchema) | ||
JSON Schema $Ref Parser is 100% free and open-source, under the [MIT license](LICENSE). Use it however you want. | ||
Big Thanks To | ||
-------------------------- | ||
Thanks to these awesome companies for their support of Open Source developers ❤ | ||
[![Travis CI](https://jsdevtools.org/img/badges/travis-ci.svg)](https://travis-ci.com) | ||
[![SauceLabs](https://jsdevtools.org/img/badges/sauce-labs.svg)](https://saucelabs.com) | ||
[![Coveralls](https://jsdevtools.org/img/badges/coveralls.svg)](https://coveralls.io) |
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
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
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
26
16306
159
2001243
13
Updatedjs-yaml@^3.12.1
Updatedono@^4.0.11