js-pointer
Advanced tools
Comparing version 3.0.1 to 3.1.0
{ | ||
"name": "js-pointer", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "Tiny, spec compliant JSON Pointer RFC 6901 implementation.", | ||
@@ -30,11 +30,11 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"chai": "^4.0.1", | ||
"chokidar-cli": "^1.2.0", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.15.0", | ||
"chai": "^4.1.2", | ||
"chokidar-cli": "^1.2.2", | ||
"coveralls": "^3.0.3", | ||
"eslint": "^5.16.0", | ||
"eslint-config-toboid": "^2.0.0", | ||
"lodash": "^4.17.1", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.0.2" | ||
"lodash": "^4.17.11", | ||
"mocha": "^6.1.3", | ||
"nyc": "^13.3.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
4974