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.14 to 0.1.15

2

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

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

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

const files = util.readdir(dirname, cliOptions.includeDotfiles);
for (const filename of files) {
yield Promise.all(files.map((filename) => __awaiter(this, void 0, void 0, function* () {
const src = path_1.default.join(dirname, filename);

@@ -106,3 +106,3 @@ const written = yield handleFile(src, dirname);

count += 1;
}
})));
return count;

@@ -109,0 +109,0 @@ }

{
"name": "@swc/cli",
"version": "0.1.14",
"version": "0.1.15",
"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