Socket
Socket
Sign inDemoInstall

glob

Package Overview
Dependencies
7
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.3.4 to 9.3.5

5

dist/cjs/glob.d.ts

@@ -236,2 +236,7 @@ /// <reference types="node" />

fs?: FSOption;
/**
* Just passed along to Minimatch. Note that this makes all pattern
* matching operations slower and *extremely* noisy.
*/
debug?: boolean;
}

@@ -238,0 +243,0 @@ export type GlobOptionsWithFileTypesTrue = GlobOptions & {

1

dist/cjs/glob.js

@@ -147,2 +147,3 @@ "use strict";

windowsPathsNoEscape: this.windowsPathsNoEscape,
debug: !!this.opts.debug,
};

@@ -149,0 +150,0 @@ const mms = this.pattern.map(p => new minimatch_1.Minimatch(p, mmo));

@@ -236,2 +236,7 @@ /// <reference types="node" />

fs?: FSOption;
/**
* Just passed along to Minimatch. Note that this makes all pattern
* matching operations slower and *extremely* noisy.
*/
debug?: boolean;
}

@@ -238,0 +243,0 @@ export type GlobOptionsWithFileTypesTrue = GlobOptions & {

@@ -144,2 +144,3 @@ import { Minimatch } from 'minimatch';

windowsPathsNoEscape: this.windowsPathsNoEscape,
debug: !!this.opts.debug,
};

@@ -146,0 +147,0 @@ const mms = this.pattern.map(p => new Minimatch(p, mmo));

2

package.json

@@ -5,3 +5,3 @@ {

"description": "the most correct and second fastest glob implementation in JavaScript",
"version": "9.3.4",
"version": "9.3.5",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc