Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@swc/cli

Package Overview
Dependencies
Maintainers
2
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.64 to 0.1.65

2

lib/swc/sources.js

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

const f = files.flat().filter((filename)=>{
return only.length === 0 || only.some((only)=>(0, _minimatch.minimatch)((0, _slash.default)(filename), only));
return !only || only.length === 0 || only.some((only)=>(0, _minimatch.minimatch)((0, _slash.default)(filename), only));
});

@@ -93,0 +93,0 @@ return Array.from(new Set(f));

{
"name": "@swc/cli",
"version": "0.1.64",
"version": "0.1.65",
"description": "CLI for the swc project",

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

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