Socket
Socket
Sign inDemoInstall

acorn-import-assertions

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

lib/index.js

11

package.json
{
"name": "acorn-import-assertions",
"version": "1.1.0",
"version": "1.2.0",
"description": "Support for import assertions in acorn",
"main": "src/index.js",
"main": "lib/index.js",
"module": "src/index.js",
"scripts": {
"test": "mocha ./test/index.js"
"test": "mocha ./test/index.js",
"prepublish": "babel ./src --out-dir ./lib",
"publish": "npm publish"
},

@@ -13,6 +15,7 @@ "author": "Sven Sauleau <sven@sauleau.com>",

"devDependencies": {
"acorn": "^8",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/register": "^7.12.10",
"acorn": "^8",
"chai": "^4.2.0",

@@ -19,0 +22,0 @@ "mocha": "^8.2.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