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" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1595866
257.74%65
6.56%4833
15.73%9
12.5%3
200%16
100%1
Infinity%