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.49 to 0.1.50

3

lib/swc/__tests__/options.test.js

@@ -69,3 +69,4 @@ "use strict";

"sourceMaps": undefined,
"sourceRoot": undefined
"sourceRoot": undefined,
"swcrc": true
}

@@ -72,0 +73,0 @@ })

@@ -101,3 +101,4 @@ "use strict";

sourceRoot: opts.sourceRoot,
configFile: opts.configFile
configFile: opts.configFile,
swcrc: opts.swcrc
};

@@ -104,0 +105,0 @@ if (opts.config) {

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