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.1 to 0.2.2

7

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

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

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

@@ -35,3 +35,2 @@ "test:prod": "node --require ./index.js script/test.js"

"babel-preset-env": "^1.6.0",
"babel-register": "^6.24.1",
"download": "^6.2.5",

@@ -38,0 +37,0 @@ "eslint": "^4.4.1",

@@ -15,3 +15,3 @@ # @std/esm

##### index.js
**index.js**
```js

@@ -121,3 +121,3 @@ require("@std/esm")

<td colspan="2">
 <pre><code> }
<pre><code> }
}</code></pre>

@@ -124,0 +124,0 @@ </td>

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