relaxed-json
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "relaxed-json", | ||
"description": "Relaxed JSON is strict superset JSON, relaxing strictness of valilla JSON", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/phadej/relaxed-json", | ||
@@ -31,9 +31,7 @@ "author": { | ||
"david": "^11.0.0", | ||
"eslint": "^3.17.1", | ||
"istanbul": "^0.4.5", | ||
"jscs": "^3.0.7", | ||
"jshint": "^2.6.0", | ||
"jsverify": "^0.7.1", | ||
"mocha": "^3.2.0", | ||
"uglify-js": "^2.8.9", | ||
"eslint": "^5.15.0", | ||
"nyc": "^13.3.0", | ||
"jsverify": "^0.8.4", | ||
"mocha": "^6.0.2", | ||
"uglify-js": "^3.4.9", | ||
"underscore": "^1.8.2" | ||
@@ -48,5 +46,5 @@ }, | ||
"dependencies": { | ||
"chalk": "^1.0.0", | ||
"chalk": "^2.4.2", | ||
"commander": "^2.6.0" | ||
} | ||
} |
@@ -35,3 +35,4 @@ # Relaxed JSON | ||
- `relaxed`: use relaxed version of JSON (default: true) | ||
- `warnings`: use relaxed JSON own parser, supports better error messages (default: false). | ||
- `warnings`: use relaxed JSON own parser, supports better error messages (default: false) | ||
- `tolerant`: wait until the end to throw errors | ||
- `duplicate`: fail if there are duplicate keys in objects | ||
@@ -38,0 +39,0 @@ |
@@ -583,9 +583,7 @@ /* | ||
/* global window, module */ | ||
if (typeof window !== "undefined") { | ||
window.RJSON = RJSON; | ||
} | ||
if (typeof module !== "undefined") { | ||
module.exports = RJSON; | ||
} else if (typeof window !== "undefined") { | ||
window.RJSON = RJSON; | ||
} | ||
}()); |
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
91788
7
96
545
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.4.2