Socket
Socket
Sign inDemoInstall

esprima

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esprima - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

unit-tests.js

19

package.json

@@ -10,8 +10,6 @@ {

},
"version": "2.3.0",
"version": "2.4.0",
"files": [
"bin",
"test/run.js",
"test/runner.js",
"test/test.js",
"unit-tests.js",
"esprima.js"

@@ -42,3 +40,3 @@ ],

"jscs": "~1.13.1",
"istanbul": "~0.3.15",
"istanbul": "~0.3.16",
"escomplex-js": "1.2.0",

@@ -49,3 +47,4 @@ "complexity-report": "~1.4.0",

"json-diff": "~0.3.1",
"optimist": "~0.6.0"
"optimist": "~0.6.0",
"coveralls": "~2.11.2"
},

@@ -62,3 +61,3 @@ "keywords": [

"test": "node test/run.js && npm run lint && npm run coverage",
"test": "node unit-tests.js && npm run lint && npm run coverage",

@@ -69,3 +68,3 @@ "lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",

"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 17 esprima.js",
"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 19 esprima.js",

@@ -77,4 +76,6 @@ "coverage": "npm run analyze-coverage && npm run check-coverage",

"benchmark": "node test/benchmarks.js",
"benchmark-quick": "node test/benchmarks.js quick"
"benchmark-quick": "node test/benchmarks.js quick",
"travis": "npm test && coveralls < ./coverage/lcov.info"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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