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

esm

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esm - npm Package Compare versions

Comparing version 3.0.80 to 3.0.81

2

package.json
{
"name": "esm",
"version": "3.0.80",
"version": "3.0.81",
"description": "Tomorrow's ECMAScript modules today!",

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

@@ -6,4 +6,3 @@ # esm

See the release [post](https://medium.com/web-on-the-edge/tomorrows-es-modules-today-c53d29ac448c)
:book: and [video](https://www.youtube.com/watch?v=JcZ-FzfDq8A#t=5) :movie_camera:
for all the details.
and [video](https://www.youtube.com/watch?v=JcZ-FzfDq8A#t=5) for all the details.

@@ -93,3 +92,3 @@ Install

### :package: Bundling
### Bundling

@@ -102,3 +101,3 @@ * Add a “module” field to `package.json` with the path to the main ES module.

### :wrench: Extensions
### Extensions

@@ -108,3 +107,3 @@ * Enable ESM syntax for [`wallaby.js`](https://wallabyjs.com/) following their

### :truck: Loading
### Loading

@@ -135,5 +134,4 @@ * The [`jasmine`](https://jasmine.github.io/) test runner does not have a

:reminder_ribbon: When using a package’s “require” option remember that,
per Node’s rules, the builtin `require` function cannot sideload `.mjs` files.
:bulb: By Node’s rules, builtin `require` cannot sideload `.mjs` files.
However, with `esm`, ES modules can be sideloaded as `.js` files or `.mjs`
files can be loaded with dynamic `import`.
files may be loaded with dynamic `import`.

Sorry, the diff of this file is too big to display

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