Socket
Socket
Sign inDemoInstall

acorn-class-fields

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn-class-fields - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.3.5 (2020-06-11)
* Don't break keyword method names
## 0.3.4 (2020-05-21)

@@ -2,0 +6,0 @@

2

index.js

@@ -31,3 +31,3 @@ "use strict"

} while (count > 0)
} else branch.next()
} else branch.next(true)
if (branch.type == tt.eq || branch.canInsertSemicolon() || branch.type == tt.semi) {

@@ -34,0 +34,0 @@ const node = this.startNode()

@@ -24,9 +24,9 @@ {

},
"version": "0.3.4",
"version": "0.3.5",
"devDependencies": {
"acorn": "^6.0.0 || ^7.0.0",
"eslint": "^6",
"eslint": "^7.2",
"eslint-plugin-node": "^11",
"mocha": "^7",
"test262": "git+https://github.com/tc39/test262.git#058adfed86b1d4129996faaf50a85ea55379a66a",
"mocha": "^8",
"test262": "git+https://github.com/tc39/test262.git#adf2cf4204a748463cacb68f07d0d006b00c3821",
"test262-parser-runner": "^0.5.0"

@@ -33,0 +33,0 @@ },

@@ -365,2 +365,4 @@ "use strict"

test("class A extends B { constructor() { super() } }")
test("var C = class { bre\\u0061k() { return 42; }}")
})
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