Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

acorn-import-attributes

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn-import-attributes - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

4

lib/index.js

@@ -78,4 +78,4 @@ "use strict";

if (this.eat(tt.comma)) {
const obj = this.parseObj(false);
node.arguments = [obj];
const expr = this.parseExpression();
node.arguments = [expr];
}

@@ -82,0 +82,0 @@ this._eat(tt.parenR);

{
"name": "acorn-import-attributes",
"version": "1.9.0",
"version": "1.9.1",
"description": "Support for import attributes in acorn",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -75,4 +75,4 @@ import * as _acorn from "acorn";

if (this.eat(tt.comma)) {
const obj = this.parseObj(false);
node.arguments = [obj];
const expr = this.parseExpression();
node.arguments = [expr];
}

@@ -79,0 +79,0 @@ this._eat(tt.parenR);

Sorry, the diff of this file is not supported yet

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