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.2 to 0.3.0

3

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

@@ -15,2 +15,3 @@ "keywords": "commonjs, ecmascript, export, import, modules, node, require",

"prebuild:prod": "optional-dev-dependency",
"precommit": "npm run lint",
"prelint": "npm run pretest",

@@ -17,0 +18,0 @@ "prepub": "npm run test:prod",

@@ -42,5 +42,5 @@ # @std/esm

@std/esm enabled
> import path from "path"
> import p from "path"
undefined
> path.join("hello", "world")
> p.join("hello", "world")
'hello/world'

@@ -47,0 +47,0 @@ ```

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