+3
-15
@@ -5,3 +5,3 @@ { | ||
| "description": "the most correct and second fastest glob implementation in JavaScript", | ||
| "version": "13.0.0", | ||
| "version": "13.0.1", | ||
| "type": "module", | ||
@@ -47,3 +47,3 @@ "tshy": { | ||
| "format": "prettier --write . --log-level warn", | ||
| "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts", | ||
| "typedoc": "typedoc", | ||
| "profclean": "rm -f v8.log profile.txt", | ||
@@ -57,16 +57,4 @@ "test-regen": "npm run profclean && TEST_REGEN=1 node --no-warnings --loader ts-node/esm test/00-setup.ts", | ||
| }, | ||
| "prettier": { | ||
| "experimentalTernaries": true, | ||
| "semi": false, | ||
| "printWidth": 75, | ||
| "tabWidth": 2, | ||
| "useTabs": false, | ||
| "singleQuote": true, | ||
| "jsxSingleQuote": false, | ||
| "bracketSameLine": true, | ||
| "arrowParens": "avoid", | ||
| "endOfLine": "lf" | ||
| }, | ||
| "dependencies": { | ||
| "minimatch": "^10.1.1", | ||
| "minimatch": "^10.1.2", | ||
| "minipass": "^7.1.2", | ||
@@ -73,0 +61,0 @@ "path-scurry": "^2.0.0" |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed 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
446094
-0.07%Updated