Socket
Socket
Sign inDemoInstall

glob

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob - npm Package Compare versions

Comparing version 10.3.12 to 10.3.13

4

dist/commonjs/glob.js

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

const path_scurry_1 = require("path-scurry");
const url_1 = require("url");
const node_url_1 = require("node:url");
const pattern_js_1 = require("./pattern.js");

@@ -81,3 +81,3 @@ const walker_js_1 = require("./walker.js");

else if (opts.cwd instanceof URL || opts.cwd.startsWith('file://')) {
opts.cwd = (0, url_1.fileURLToPath)(opts.cwd);
opts.cwd = (0, node_url_1.fileURLToPath)(opts.cwd);
}

@@ -84,0 +84,0 @@ this.cwd = opts.cwd || '';

import { Minimatch } from 'minimatch';
import { PathScurry, PathScurryDarwin, PathScurryPosix, PathScurryWin32, } from 'path-scurry';
import { fileURLToPath } from 'url';
import { fileURLToPath } from 'node:url';
import { Pattern } from './pattern.js';

@@ -5,0 +5,0 @@ import { GlobStream, GlobWalker } from './walker.js';

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

"description": "the most correct and second fastest glob implementation in JavaScript",
"version": "10.3.12",
"version": "10.3.13",
"type": "module",

@@ -8,0 +8,0 @@ "tshy": {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc