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 11.0.2 to 11.0.3

2

gitignore.js

@@ -51,3 +51,3 @@ 'use strict';

if (path.isAbsolute(p)) {
if (p.startsWith(cwd)) {
if (slash(p).startsWith(cwd)) {
return p;

@@ -54,0 +54,0 @@ }

{
"name": "globby",
"version": "11.0.2",
"version": "11.0.3",
"description": "User-friendly glob matching",

@@ -71,3 +71,3 @@ "license": "MIT",

"glob-stream": "^6.1.0",
"globby": "sindresorhus/globby#master",
"globby": "sindresorhus/globby#main",
"matcha": "^0.7.0",

@@ -74,0 +74,0 @@ "rimraf": "^3.0.2",

@@ -157,3 +157,3 @@ # globby

[Various patterns and expected matches.](https://github.com/sindresorhus/multimatch/blob/master/test/test.js)
[Various patterns and expected matches.](https://github.com/sindresorhus/multimatch/blob/main/test/test.js)

@@ -160,0 +160,0 @@ ## globby for enterprise

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