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

@std/esm

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@std/esm - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

12

package.json
{
"name": "@std/esm",
"version": "0.2.0",
"version": "0.2.1",
"description": "Enable ES modules in Node today!",

@@ -15,5 +15,4 @@ "keywords": "commonjs, ecmascript, export, import, modules, node, require",

"prebuild:prod": "optional-dev-dependency",
"precommit": "npm run lint",
"prelint": "npm run pretest",
"prepublish": "npm run test:prod",
"prepub": "npm run test:prod",
"pretest": "npm run build -- --test",

@@ -25,3 +24,3 @@ "pretest:prod": "npm run build:prod -- --test",

"lint": "eslint ./*.js ./**/*.js --fix --quiet",
"publish": "npm publish",
"pub": "npm publish",
"test": "node --require ./build/esm.js script/test.js",

@@ -67,6 +66,3 @@ "test:prod": "node --require ./index.js script/test.js"

"esm.js.gz"
],
"dependencies": {
"node-zopfli": "^2.0.2"
}
]
}

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