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.8 to 10.3.9

19

package.json

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

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

@@ -12,12 +12,2 @@ "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": {

@@ -98,3 +88,10 @@ "./package.json": "./package.json",

"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