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

create-esm

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-esm - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

10

main.js

@@ -113,8 +113,12 @@ import execa from "execa"

function initPackage(bin) {
const args = [
const initArgs = process.argv
.slice(2)
.filter((arg) => arg.startsWith("-"))
const binArgs = [
"init",
...process.argv.slice(2)
...initArgs
]
return execa(bin, args, {
return execa(bin, binArgs, {
stdio: "inherit"

@@ -121,0 +125,0 @@ })

{
"name": "create-esm",
"version": "1.0.7",
"version": "1.0.8",
"description": "Create `esm` enabled packages.",

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

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