Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

relaxed-json

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

relaxed-json - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

16

package.json
{
"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;
}
}());
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc