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.12 to 0.1.13

6

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

@@ -33,2 +33,3 @@ "main": "index.js",

"devDependencies": {
"@swc/core": "^1.0.12",
"@types/convert-source-map": "^1.5.1",

@@ -41,4 +42,3 @@ "@types/fs-readdir-recursive": "^1.0.0",

"@types/slash": "^2.0.0",
"jest": "^23.6.0",
"@swc/core": "^1.0.12",
"jest": "^24.1.0",
"typescript": "^3.2.2"

@@ -45,0 +45,0 @@ },

@@ -9,2 +9,3 @@ "use strict";

const glob_1 = __importDefault(require("glob"));
const core_1 = require("@swc/core");
const package_json_1 = __importDefault(require("../package.json"));

@@ -34,3 +35,4 @@ // Standard swc input configs.

commander_1.default.option("--include-dotfiles", "Include dotfiles when compiling and copying non-compilable files");
commander_1.default.version(`CLI: ${package_json_1.default.version}`);
commander_1.default.version(`@swc/cli: ${package_json_1.default.version}
@swc/core: ${core_1.version}`);
commander_1.default.usage("[options] <files ...>");

@@ -37,0 +39,0 @@ function booleanify(val) {

{
"name": "@swc/cli",
"version": "0.1.12",
"version": "0.1.13",
"description": "CLI for the swc project",

@@ -33,2 +33,3 @@ "main": "index.js",

"devDependencies": {
"@swc/core": "^1.0.12",
"@types/convert-source-map": "^1.5.1",

@@ -41,4 +42,3 @@ "@types/fs-readdir-recursive": "^1.0.0",

"@types/slash": "^2.0.0",
"jest": "^23.6.0",
"@swc/core": "^1.0.12",
"jest": "^24.1.0",
"typescript": "^3.2.2"

@@ -61,2 +61,2 @@ },

}
}
}
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