Socket
Socket
Sign inDemoInstall

jsonext

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6-beta to 0.0.7-beta

lib/index.js

16

package.json
{
"name": "jsonext",
"version": "0.0.6-beta",
"description": "An extension of JSON that supports the next generation of ECMAScript features",
"main": "src/",
"version": "0.0.7-beta",
"description": "An extension of JSON that supports the Next gen features",
"main": "lib/",
"files": [
"src/"
"lib/"
],
"scripts": {
"build": "node build.js",
"build": "node build.js && babel src -d lib",
"lint": "eslint build.js src/ --fix",
"test": "npm run build && nyc --reporter=html --reporter=text mocha"
"test": "cross-env NODE_ENV=test npm run build && nyc --reporter=html --reporter=text mocha"
},

@@ -34,2 +34,6 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-istanbul": "^3.0.0",
"babel-preset-es2015": "^6.18.0",
"cross-env": "^3.1.3",
"eslint": "^3.12.2",

@@ -36,0 +40,0 @@ "eslint-config-standard": "^6.2.1",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc