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

@swc/cli

Package Overview
Dependencies
Maintainers
1
Versions
71
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.32 to 0.1.33

2

lib/package.json
{
"name": "@swc/cli",
"version": "0.1.32",
"version": "0.1.33",
"description": "CLI for the swc project",

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

@@ -100,3 +100,8 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
const written = yield write(src, base);
const written = yield write(src, base).catch(e => {
if (e === null || e === void 0 ? void 0 : e.toString().includes("ignored by .swcrc")) {
return undefined;
}
throw e;
});
if (!written && cliOptions.copyFiles) {

@@ -103,0 +108,0 @@ const filename = path_1.default.relative(base, src);

{
"name": "@swc/cli",
"version": "0.1.32",
"version": "0.1.33",
"description": "CLI for the swc project",

@@ -5,0 +5,0 @@ "main": "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