@platformatic/itc
Advanced tools
+6
-3
| { | ||
| "name": "@platformatic/itc", | ||
| "version": "3.38.0", | ||
| "version": "3.38.1", | ||
| "description": "", | ||
@@ -30,2 +30,5 @@ "main": "lib/index.js", | ||
| }, | ||
| "tsd": { | ||
| "directory": "test/types" | ||
| }, | ||
| "engines": { | ||
@@ -35,6 +38,6 @@ "node": ">=22.19.0" | ||
| "scripts": { | ||
| "test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js", | ||
| "posttest": "tsd -t index.test-d.ts test", | ||
| "test": "npm run test:types && node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js", | ||
| "test:types": "tsd", | ||
| "lint": "eslint" | ||
| } | ||
| } |
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
26083
0.18%