Socket
Socket
Sign inDemoInstall

glob

Package Overview
Dependencies
20
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.3.7 to 10.3.8

23

package.json

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

"description": "the most correct and second fastest glob implementation in JavaScript",
"version": "10.3.7",
"version": "10.3.8",
"bin": "./dist/esm/bin.mjs",

@@ -12,2 +12,12 @@ "repository": {

},
"type": "module",
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"tshy": {
"main": "esm",
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"exports": {

@@ -62,3 +72,3 @@ "./package.json": "./package.json",

"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
"jackspeak": "^2.3.5",
"minimatch": "^9.0.1",

@@ -76,3 +86,3 @@ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",

"tap": "^18.1.4",
"tshy": "^1.1.1",
"tshy": "^1.2.1",
"typedoc": "^0.25.1",

@@ -90,10 +100,3 @@ "typescript": "^5.2.2"

"node": ">=16 || 14 >=14.17"
},
"type": "module",
"tshy": {
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
}
}
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