Socket
Socket
Sign inDemoInstall

@swc/cli

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/cli - npm Package Compare versions

Comparing version 0.1.51 to 0.1.52

5

lib/swc/dir.js

@@ -102,3 +102,6 @@ "use strict";

await Promise.all([
Promise.allSettled(compilable.map((file)=>handleCompile(file, outDir, sync, swcOptions)
Promise.allSettled(compilable.map((file)=>handleCompile(file, outDir, sync, swcOptions).catch((err)=>{
console.error(err.message);
throw err;
})
)),

@@ -105,0 +108,0 @@ Promise.allSettled(copyable.map((file)=>handleCopy(file, outDir)

2

package.json
{
"name": "@swc/cli",
"version": "0.1.51",
"version": "0.1.52",
"description": "CLI for the swc project",

@@ -5,0 +5,0 @@ "main": "lib/swc/index.js",

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