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.9 to 10.3.10

29

package.json

@@ -5,8 +5,14 @@ {

"description": "the most correct and second fastest glob implementation in JavaScript",
"version": "10.3.9",
"version": "10.3.10",
"type": "module",
"tshy": {
"main": true,
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"bin": "./dist/esm/bin.mjs",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"exports": {

@@ -25,2 +31,6 @@ "./package.json": "./package.json",

},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
},
"files": [

@@ -75,3 +85,3 @@ "dist"

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

@@ -89,10 +99,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