Socket
Socket
Sign inDemoInstall

fast-glob

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-glob - npm Package Compare versions

Comparing version 3.2.8 to 3.2.9

3

out/managers/patterns.js

@@ -7,4 +7,5 @@ "use strict";

* The latter is due to the presence of the device path at the beginning of the UNC path.
* @todo rewrite to negative lookbehind with the next major release.
*/
const DOUBLE_SLASH_RE = /(?<!^)\/{2,}/g;
const DOUBLE_SLASH_RE = /(?!^)\/{2,}/g;
function transform(patterns) {

@@ -11,0 +12,0 @@ return patterns.map((pattern) => removeDuplicateSlashes(pattern));

{
"name": "fast-glob",
"version": "3.2.8",
"version": "3.2.9",
"description": "It's a very fast and efficient glob library for Node.js",

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

"engines": {
"node": ">=8"
"node": ">=8.6.0"
},

@@ -15,0 +15,0 @@ "main": "out/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