Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

glob

Package Overview
Dependencies
Maintainers
1
Versions
168
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
13.0.1
to
13.0.2
dist/commonjs/index.min.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+28
-8

@@ -5,16 +5,26 @@ {

"description": "the most correct and second fastest glob implementation in JavaScript",
"version": "13.0.1",
"version": "13.0.2",
"type": "module",
"tshy": {
"main": true,
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
"./raw": "./src/index.ts",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.min.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.min.js"
}
}
}
},
"main": "./dist/commonjs/index.js",
"main": "./dist/commonjs/index.min.js",
"module": "./dist/esm/index.min.js",
"types": "./dist/commonjs/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"./raw": {
"import": {

@@ -28,2 +38,12 @@ "types": "./dist/esm/index.d.ts",

}
},
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.min.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.min.js"
}
}

@@ -42,3 +62,3 @@ },

"prepublishOnly": "npm run benchclean; git push origin --follow-tags",
"prepare": "tshy",
"prepare": "tshy && bash scripts/build.sh",
"pretest": "npm run prepare",

@@ -65,2 +85,3 @@ "presnap": "npm run prepare",

"@types/node": "^24.10.0",
"esbuild": "^0.27.3",
"memfs": "^4.50.0",

@@ -83,4 +104,3 @@ "mkdirp": "^3.0.1",

"node": "20 || >=22"
},
"module": "./dist/esm/index.js"
}
}