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.6.0 to 2.7.0

31

package.json

@@ -10,3 +10,3 @@ {

},
"version": "2.6.0",
"version": "2.7.0",
"files": [

@@ -42,11 +42,11 @@ "bin",

"escomplex-js": "1.2.0",
"eslint": "~1.3.1",
"eslint": "~1.7.2",
"everything.js": "~1.0.3",
"glob": "^5.0.14",
"istanbul": "~0.3.19",
"jscs": "~2.1.1",
"glob": "^5.0.15",
"istanbul": "~0.4.0",
"jscs": "~2.3.5",
"json-diff": "~0.3.1",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-detect-browsers": "^2.0.1",
"karma": "^0.13.11",
"karma-chrome-launcher": "^0.2.1",
"karma-detect-browsers": "^2.0.2",
"karma-firefox-launcher": "^0.1.6",

@@ -56,6 +56,7 @@ "karma-ie-launcher": "^0.2.0",

"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.14",
"lodash": "^3.10.0",
"mocha": "^2.2.5",
"mocha": "^2.3.3",
"node-tick-processor": "~0.0.2",
"regenerate": "~0.6.2",
"regenerate": "~1.2.1",
"temp": "~0.8.3",

@@ -80,9 +81,12 @@ "unicode-7.0.0": "~0.1.5"

"regression-tests": "node test/regression-tests.js",
"tests": "npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests",
"all-tests": "npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests",
"generate-fixtures": "node tools/generate-fixtures.js",
"browser-tests": "npm run generate-fixtures && cd test && karma start --single-run",
"saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
"saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
"saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
"analyze-coverage": "istanbul cover test/unit-tests.js",
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
"dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
"test": "npm run tests && npm run static-analysis && npm run dynamic-analysis",
"test": "npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
"profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",

@@ -95,5 +99,6 @@ "benchmark": "node test/benchmarks.js",

"circleci": "npm test && npm run codecov && npm run downstream",
"appveyor": "npm run tests && npm run browser-tests && npm run dynamic-analysis",
"appveyor": "npm run all-tests && npm run browser-tests && npm run dynamic-analysis",
"droneio": "npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
"generate-regex": "node tools/generate-identifier-regex.js"
}
}

@@ -18,3 +18,3 @@ [![NPM version](https://img.shields.io/npm/v/esprima.svg)](https://www.npmjs.com/package/esprima)

- Optional tracking of syntax node location (index-based and line-column)
- Heavily tested (~1200 [unit tests](https://github.com/jquery/esprima/tree/master/test/fixtures) with [full code coverage](https://codecov.io/github/jquery/esprima))
- [Heavily tested](http://esprima.org/test/ci.html) (~1250 [unit tests](https://github.com/jquery/esprima/tree/master/test/fixtures) with [full code coverage](https://codecov.io/github/jquery/esprima))

@@ -21,0 +21,0 @@ Esprima serves as a **building block** for some JavaScript

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