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

jsonext

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonext - npm Package Compare versions

Comparing version 0.0.1-beta to 0.0.2-beta

src/index.js

21

package.json
{
"name": "jsonext",
"version": "0.0.1-beta",
"version": "0.0.2-beta",
"description": "An extension of JSON that supports the next generation of ECMAScript features",
"main": "lib/",
"main": "src/",
"files": [
"src/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "eslint . --fix",
"test": "nyc --reporter=html --reporter=text mocha"
},

@@ -27,3 +31,12 @@ "repository": {

},
"homepage": "https://github.com/jordanbtucker/jsonext#readme"
"homepage": "https://github.com/jordanbtucker/jsonext#readme",
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.2.0",
"nyc": "^10.0.0",
"sinon": "^1.17.6"
}
}

5

README.md

@@ -1,3 +0,4 @@

# jsonext
# JSONext
This pre-release version is simply a wrapper around JSON.
This pre-release version supports JSON5 syntax but does not yet support
`reviver` and only wraps `JSON.stringify`.
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