Socket
Socket
Sign inDemoInstall

acorn-es7-plugin

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn-es7-plugin - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

4

acorn-es7-plugin.js

@@ -174,2 +174,4 @@ var NotAsync = {} ;

st.pos = rhs.end;
this.end = rhs.end ;
this.endLoc = rhs.endLoc ;
this.next();

@@ -214,2 +216,4 @@ es7check(rhs) ;

st.pos = rhs.end;
this.end = rhs.end ;
this.endLoc = rhs.endLoc ;
this.next();

@@ -216,0 +220,0 @@ es7check(n) ;

2

package.json
{
"name": "acorn-es7-plugin",
"version": "1.0.16",
"version": "1.0.17",
"description": "A plugin for the Acorn parser that understands the ES7 keywords async and await",

@@ -5,0 +5,0 @@ "main": "acorn-es7-plugin.js",

@@ -108,3 +108,3 @@ [![NPM](https://nodei.co/npm/acorn-es7-plugin.png?downloads=true&downloadRank=true)](https://nodei.co/npm/acorn-es7-plugin/)

20-Jul-16: v1.0.16
20-Jul-16: v1.0.17

@@ -111,0 +111,0 @@ - Correctly set non-standard "range" property on async nodes, as used by Webpack

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