Comparing version 4.0.1 to 4.0.2
@@ -202,8 +202,2 @@ "use strict"; | ||
} | ||
var x = { | ||
b: { | ||
$ref: '#/c' | ||
}, | ||
c: 5 | ||
}; | ||
if (typeof dataOrUri === 'string') { | ||
@@ -210,0 +204,0 @@ return _get(dataOrUri, _opts.scope); |
{ | ||
"name": "jsonref", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Javascript References ($ref) and Pointers library", | ||
@@ -44,3 +44,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/node": "8.0.26", | ||
"@types/node": "8.0.30", | ||
"chai": "4.1.2", | ||
@@ -53,6 +53,6 @@ "chai-as-promised": "7.1.1", | ||
"husky": "0.14.3", | ||
"mocha": "3.5.0", | ||
"mocha": "3.5.3", | ||
"nyc": "11.2.1", | ||
"rimraf": "2.6.1", | ||
"semantic-release": "^7.0.2", | ||
"rimraf": "2.6.2", | ||
"semantic-release": "^8.0.3", | ||
"typescript": "2.5.2" | ||
@@ -59,0 +59,0 @@ }, |
@@ -6,3 +6,3 @@ # jsonref | ||
[![travis build](https://img.shields.io/travis/vivocha/jsonref.svg)](https://travis-ci.org/vivocha/jsonref) | ||
[![codecov coverage](https://img.shields.io/codecov/c/github/vivocha/jsonref.svg)](https://codecov.io/gh/vivocha/jsonref) | ||
[![coveralls coverage](https://img.shields.io/coveralls/c/github/vivocha/jsonref.svg)](https://coveralls.io/gh/vivocha/jsonref) | ||
[![npm version](https://img.shields.io/npm/v/jsonref.svg)](https://www.npmjs.com/package/jsonref) | ||
@@ -9,0 +9,0 @@ |
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
16577
264