Socket
Socket
Sign inDemoInstall

esm-resolve

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esm-resolve - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

package.json
{
"name": "esm-resolve",
"version": "1.0.5",
"version": "1.0.6",
"description": "Resolves ESM imports in JS",

@@ -15,3 +15,3 @@ "main": "index.js",

"test": "ava",
"prepublishOnly": "rollup -o bundle.cjs -f cjs index.js --output.exports=named"
"prepublishOnly": "esbuild index.js --bundle --platform=node --target=es2015 --outfile=bundle.cjs"
},

@@ -24,5 +24,5 @@ "author": "Sam Thorogood <sam.thorogood@gmail.com>",

"ava": "^3.15.0",
"rollup": "^2.60.2"
"esbuild": "^0.14.1"
},
"types": "index.d.ts"
}

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