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.11.3 to 0.12.0

2

index.js

@@ -30,3 +30,3 @@ /* eslint strict: off, node/no-unsupported-features: ["error", { version: 4 }] */

"(function(require,module,__filename,__options){" +
zlib.gunzipSync(fs.readFileSync(esmPath)).toString() +
zlib.gunzipSync(fs.readFileSync(esmPath)) +
"\n})"

@@ -33,0 +33,0 @@

{
"name": "@std/esm",
"version": "0.11.3",
"version": "0.12.0",
"description": "Enable ES modules in Node today!",

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

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

<td>
<p>A boolean for enabling inline source maps</p>
<p>A boolean for enabling inline source maps.</p>
<p><i>Note: Automatically enabled using the Node CLI

@@ -157,2 +157,9 @@ <a href="https://nodejs.org/en/docs/inspector/"><code>--inspect</code> option</a>.</i></p>

<tr>
<td valign="top"><code>"warnings":</code></td>
<td>
<p>A boolean for enabling parse and runtime warnings.</p>
<p><i>Note: The default value is <code>process.env.NODE_ENV !== "production"</code>.</i></p>
</td>
</tr>
<tr>
<td colspan="2">

@@ -159,0 +166,0 @@ <pre><code> }

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