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.35 to 0.1.36

2

lib/swc/file.js

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

process.stdout.write(result.code + "\n");
if (result.map && swcOptions.sourceMaps) {
if (result.map) {
process.stdout.write(convert_source_map_1.default.fromJSON(result.map).toComment());

@@ -83,0 +83,0 @@ }

{
"name": "@swc/cli",
"version": "0.1.35",
"version": "0.1.36",
"description": "CLI for the swc project",

@@ -43,6 +43,6 @@ "main": "lib/swc/index.js",

"devDependencies": {
"@swc/core": "^1.2.49",
"@swc/core": "^1.2.4",
"@types/convert-source-map": "^1.5.1",
"@types/glob": "^7.1.3",
"@types/lodash": "^4.14.168",
"@types/glob": "^7.1.2",
"@types/lodash": "^4.14.155",
"@types/node": "^12.19.16",

@@ -57,3 +57,3 @@ "chokidar": "^3.5.1",

"glob": "^7.1.3",
"lodash": "^4.17.21",
"lodash": "^4.17.11",
"slash": "3.0.0",

@@ -60,0 +60,0 @@ "source-map": "^0.7.3"

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