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.58 to 0.1.59

8

lib/swc/options.js

@@ -136,2 +136,10 @@ "use strict";

program.usage("[options] <files ...>");
program.addHelpText("beforeAll", `
============================================================================================
Beta version of @swc/cli is now available via 'swcx' command.
This'll be a default command for @swc/cli@1.
Please give it a try and report any issues at https://github.com/swc-project/swc/issues/4017
============================================================================================
`);
};

@@ -138,0 +146,0 @@ exports.initProgram = initProgram;

3

package.json
{
"name": "@swc/cli",
"version": "0.1.58",
"version": "0.1.59",
"description": "CLI for the swc project",
"main": "lib/swc/index.js",
"scripts": {
"postinstall": "echo \"Beta version of @swc/cli is now available via 'swcx' command. This'll be a default command for @swc/cli@1. Please give it a try and let us know if there are problems!\"",
"prepublishOnly": "yarn build && yarn test && yarn types",

@@ -9,0 +8,0 @@ "types": "tsc",

@@ -7,1 +7,7 @@ # swc-cli

[swc-cli]: https://swc.rs/docs/usage-swc-cli
## @swc/cli@1 beta version is available
Beta version of @swc/cli is now available via `swcx command.
This'll be a default command for @swc/cli@1.
Please give it a try and report any issues at https://github.com/swc-project/swc/issues/4017

Sorry, the diff of this file is not supported yet

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