Socket
Socket
Sign inDemoInstall

acorn

Package Overview
Dependencies
0
Maintainers
3
Versions
131
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.0 to 7.0.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 7.0.0 (2019-08-13)
### Breaking changes
Changes the node format for dynamic imports to use the `ImportExpression` node type, as defined in [ESTree](https://github.com/estree/estree/blob/master/es2020.md#importexpression).
Makes 10 (ES2019) the default value for the `ecmaVersion` option.
## 6.3.0 (2019-08-12)

@@ -2,0 +10,0 @@

2

package.json

@@ -7,3 +7,3 @@ {

"module": "dist/acorn.mjs",
"version": "6.3.0",
"version": "7.0.0",
"engines": {"node": ">=0.4.0"},

@@ -10,0 +10,0 @@ "maintainers": [

@@ -57,3 +57,3 @@ # Acorn

support). This influences support for strict mode, the set of
reserved words, and support for new syntax features. Default is 9.
reserved words, and support for new syntax features. Default is 10.

@@ -60,0 +60,0 @@ **NOTE**: Only 'stage 4' (finalized) ECMAScript features are being

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc