Socket
Socket
Sign inDemoInstall

espree

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espree - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

8

lib/features.js

@@ -61,3 +61,9 @@ /**

// enable parsing computed object literal properties
objectLiteralComputedProperties: false
objectLiteralComputedProperties: false,
// enable parsing of shorthand object literal methods
objectLiteralShorthandMethods: false,
// enable parsing of shorthand object literal properties
objectLiteralShorthandProperties: false
};

3

package.json

@@ -11,3 +11,3 @@ {

},
"version": "1.3.1",
"version": "1.4.0",
"files": [

@@ -45,2 +45,3 @@ "bin",

"eslint": "^0.9.1",
"esprima": "git://github.com/ariya/esprima#harmony",
"istanbul": "~0.2.6",

@@ -47,0 +48,0 @@ "json-diff": "~0.3.1",

@@ -81,3 +81,9 @@ # Espree

// enable parsing computed object literal properties
objectLiteralComputedProperties: false
objectLiteralComputedProperties: false,
// enable parsing of shorthand object literal methods
objectLiteralShorthandMethods: false,
// enable parsing of shorthand object literal properties
objectLiteralShorthandProperties: false
}

@@ -144,1 +150,5 @@ });

We expect there are other tools like ESLint that rely on more than just the AST produced by Esprima, and so a drop-in replacement will help those projects as well as ESLint.
### What ECMAScript 6 features do you support?
Please see the [tracking issue](https://github.com/eslint/espree/issues/10) for the most up-to-date information.

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