Socket
Socket
Sign inDemoInstall

acorn-private-class-elements

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn-private-class-elements - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md

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

## 0.1.1 (2019-02-09)
* Add \_branch() method
## 0.1.0 (2019-02-09)
Initial release

@@ -27,2 +27,12 @@ "use strict"

Parser = class extends Parser {
_branch() {
this.__branch = this.__branch || new Parser({ecmaVersion: this.options.ecmaVersion}, this.input)
this.__branch.end = this.end
this.__branch.pos = this.pos
this.__branch.type = this.type
this.__branch.value = this.value
this.__branch.containsEsc = this.containsEsc
return this.__branch
}
parsePrivateClassElementName(element) {

@@ -29,0 +39,0 @@ element.computed = false

2

package.json

@@ -23,3 +23,3 @@ {

},
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {

@@ -26,0 +26,0 @@ "acorn": "^6.1.0",

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