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.4.3 to 10.4.4

9

package.json

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

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

@@ -22,2 +22,3 @@ "tshy": {

"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",

@@ -27,2 +28,3 @@ "default": "./dist/esm/index.js"

"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",

@@ -99,4 +101,5 @@ "default": "./dist/commonjs/index.js"

"engines": {
"node": ">=18"
}
"node": "14 >=14.21 || 16 >=16.20 || 18 || 20 || >=22"
},
"module": "./dist/esm/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