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.13 to 0.1.14

2

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

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

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

function isCompilableExtension(filename, altExts) {
const exts = altExts || [".js", ".jsx", ".es6", ".es", ".mjs", ".ts"];
const exts = altExts || [".js", ".jsx", ".es6", ".es", ".mjs", ".ts", ".tsx"];
const ext = path_1.default.extname(filename);

@@ -45,0 +45,0 @@ return includes_1.default(exts, ext);

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