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.0.1 to 6.0.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 6.0.2 (2018-09-26)
### Bug fixes
Fix bug where default expressions could fail to parse inside an object destructuring assignment expression.
## 6.0.1 (2018-09-14)

@@ -2,0 +8,0 @@

4

dist/acorn.d.ts

@@ -45,7 +45,5 @@ export as namespace acorn

}
static extend(...plugins: Constructor<Parser>[]): Constructor<Parser>
static extend(...plugins: (typeof Parser)[]): typeof Parser
}
type Constructor<T> = new (...args: any[]) => T
interface Position { line: number; column: number; offset: number }

@@ -52,0 +50,0 @@

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

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

@@ -31,3 +31,6 @@ "maintainers": [

"license": "MIT",
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
"bin": {"acorn": "./bin/acorn"}
}

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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