Socket
Socket
Sign inDemoInstall

acorn

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn - npm Package Compare versions

Comparing version 3.0.0 to 3.0.2

10

CHANGELOG.md

@@ -0,1 +1,8 @@

## 3.0.2 (2016-02-10)
### Fixes
Fix bug that accidentally made `undefined` a reserved word when
parsing ES7.
## 3.0.0 (2016-02-10)

@@ -5,3 +12,3 @@

The default value of the `ecmaScript` option is now 6 (used to be 5).
The default value of the `ecmaVersion` option is now 6 (used to be 5).

@@ -100,2 +107,1 @@ Support for comprehension syntax (which was dropped from the draft

Check for duplicate paramter names in arrow functions.

2

package.json

@@ -6,3 +6,3 @@ {

"main": "dist/acorn.js",
"version": "3.0.0",
"version": "3.0.2",
"engines": {

@@ -9,0 +9,0 @@ "node": ">=0.4.0"

@@ -7,2 +7,3 @@ // Reserved word lists for various dialects of the language

6: "enum",
7: "enum",
strict: "implements interface let package private protected public static yield",

@@ -9,0 +10,0 @@ strictBind: "eval arguments"

@@ -39,3 +39,3 @@ // Acorn is a tiny, fast JavaScript parser written in JavaScript.

export const version = "3.0.0"
export const version = "3.0.2"

@@ -42,0 +42,0 @@ // The main exported interface (under `self.acorn` when in the

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