Socket
Socket
Sign inDemoInstall

globby

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globby - npm Package Compare versions

Comparing version 13.1.2 to 13.1.3

2

ignore.js

@@ -55,3 +55,3 @@ import process from 'node:process';

fileOrDirectory = toRelativePath(fileOrDirectory, cwd);
return ignores.ignores(slash(fileOrDirectory));
return fileOrDirectory ? ignores.ignores(slash(fileOrDirectory)) : false;
};

@@ -58,0 +58,0 @@ };

{
"name": "globby",
"version": "13.1.2",
"version": "13.1.3",
"description": "User-friendly glob matching",

@@ -5,0 +5,0 @@ "license": "MIT",

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