Socket
Socket
Sign inDemoInstall

acorn-logical-assignment

Package Overview
Dependencies
1
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

4

CHANGELOG.md

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

## 0.1.3 (2020-06-13)
* Restore compatibility with acorn@6
## 0.1.2 (2020-06-13)

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

2

dist/acorn-logical-assignment.js

@@ -33,3 +33,3 @@ 'use strict';

}
return super.readToken_question()
return super.readToken_question ? super.readToken_question() : this.finishOp(tt.question, 1)
}

@@ -36,0 +36,0 @@ }

{
"name": "acorn-logical-assignment",
"version": "0.1.2",
"version": "0.1.3",
"description": "Support for logical assignments in acorn",

@@ -5,0 +5,0 @@ "main": "dist/acorn-logical-assignment.js",

@@ -31,5 +31,5 @@ // eslint-disable-next-line node/no-unsupported-features/es-syntax

}
return super.readToken_question()
return super.readToken_question ? super.readToken_question() : this.finishOp(tt.question, 1)
}
}
}
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