Socket
Socket
Sign inDemoInstall

build-esm

Package Overview
Dependencies
76
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "build-esm",
"version": "1.1.0",
"version": "1.1.1",
"description": "Compile an ES Module for release on npm",

@@ -5,0 +5,0 @@ "keywords": [

@@ -31,3 +31,3 @@ #!/usr/bin/env node

async function run () {
if (currentScript === 'prepare') {
if (currentScript() === 'prepare') {
for (const filePath of await packageFiles()) {

@@ -34,0 +34,0 @@ console.log(`Compiling ${filePath}`)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc