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.5.0 to 2.6.0

27

package.json

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

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

@@ -40,13 +40,17 @@ "bin",

"devDependencies": {
"coveralls": "~2.11.2",
"codecov.io": "~0.1.6",
"escomplex-js": "1.2.0",
"eslint": "~0.23.0",
"eslint": "~1.3.1",
"everything.js": "~1.0.3",
"glob": "^5.0.14",
"istanbul": "~0.3.16",
"jscs": "~2.0.0",
"istanbul": "~0.3.19",
"jscs": "~2.1.1",
"json-diff": "~0.3.1",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-detect-browsers": "^2.0.1",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"lodash": "^3.10.0",

@@ -56,2 +60,3 @@ "mocha": "^2.2.5",

"regenerate": "~0.6.2",
"temp": "~0.8.3",
"unicode-7.0.0": "~0.1.5"

@@ -68,3 +73,3 @@ },

"check-version": "node test/check-version.js",
"jscs": "jscs esprima.js && jscs test/*.js",
"jscs": "jscs -p crockford esprima.js && jscs -p crockford test/*.js",
"eslint": "node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js",

@@ -76,5 +81,5 @@ "complexity": "node test/check-complexity.js",

"regression-tests": "node test/regression-tests.js",
"tests": "npm run unit-tests && npm run grammar-tests && npm run regression-tests",
"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 && karma start --single-run",
"browser-tests": "npm run generate-fixtures && cd test && karma start --single-run",
"analyze-coverage": "istanbul cover test/unit-tests.js",

@@ -87,7 +92,9 @@ "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",

"benchmark-quick": "node test/benchmarks.js quick",
"coveralls": "coveralls < ./coverage/lcov.info",
"codecov" : "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
"downstream": "node test/downstream.js",
"travis": "npm test && npm run coveralls && npm run downstream",
"travis": "npm test",
"circleci": "npm test && npm run codecov && npm run downstream",
"appveyor": "npm run tests && npm run browser-tests && npm run dynamic-analysis",
"generate-regex": "node tools/generate-identifier-regex.js"
}
}

@@ -0,1 +1,6 @@

[![NPM version](https://img.shields.io/npm/v/esprima.svg)](https://www.npmjs.com/package/esprima)
[![npm download](https://img.shields.io/npm/dm/esprima.svg)](https://www.npmjs.com/package/esprima)
[![Build Status](https://img.shields.io/travis/jquery/esprima/master.svg)](https://travis-ci.org/jquery/esprima)
[![Coverage Status](https://img.shields.io/codecov/c/github/jquery/esprima/master.svg)](https://codecov.io/github/jquery/esprima)
**Esprima** ([esprima.org](http://esprima.org), BSD license) is a high performance,

@@ -11,5 +16,5 @@ standard-compliant [ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm)

- Full support for ECMAScript 6 ([ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm))
- Sensible [syntax tree format](https://github.com/estree/estree/blob/master/spec.md) as standardized by [EStree project](https://github.com/estree/estree)
- Sensible [syntax tree format](https://github.com/estree/estree/blob/master/spec.md) as standardized by [ESTree project](https://github.com/estree/estree)
- 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://travis-ci.org/jquery/esprima))
- Heavily tested (~1200 [unit tests](https://github.com/jquery/esprima/tree/master/test/fixtures) with [full code coverage](https://codecov.io/github/jquery/esprima))

@@ -16,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