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.17.1 to 0.17.2

2

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

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

@@ -238,11 +238,16 @@ # @std/esm

---
* Load `@std/esm` before [`@babel/register`](https://www.npmjs.com/package/@babel/register) v7+
* Load `@std/esm` with the *“require”* option of [`ava`](https://github.com/avajs/ava#options),
* Load `@std/esm` before
[`@babel/register`](https://www.npmjs.com/package/@babel/register) v7+
* Load `@std/esm` with the *“require”* option of
[`ava`](https://github.com/avajs/ava#options),
[`mocha`](https://mochajs.org/#-r---require-module-name),
[`nyc`](https://github.com/istanbuljs/nyc#require-additional-modules), and
[`tape`](https://github.com/substack/tape#preloading-modules)
* Load `@std/esm` with the `--node-arg=-r --node-arg=@std/esm` option of [`node-tap`](http://www.node-tap.org/cli/)
* Load `@std/esm` with the `--node-args="-r @std/esm"` option of [`pm2`](http://pm2.keymetrics.io/docs/usage/quick-start/#options)
* Use `"@std/esm":"cjs"` or `"@std/esm":{"cjs":{"cache":true}}` with the Mocha [`--watch` option](https://mochajs.org/#-w---watch)
* Load `@std/esm` with the `--node-arg=-r --node-arg=@std/esm` option of
[`node-tap`](http://www.node-tap.org/cli/)
* Load `@std/esm` with the `--node-args="-r @std/esm"` option of
[`pm2`](http://pm2.keymetrics.io/docs/usage/quick-start/#options)
* Use `"@std/esm":"cjs"` with the `--watch` and `--watch-extensions` options of
[`mocha`](https://mochajs.org/#-w---watch)
* Use `"@std/esm":"cjs"` with [`webpack`](https://webpack.js.org/)
* When in doubt, use `"@std/esm":"cjs"`

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