@fleettools/shared
Advanced tools
+3
-2
| { | ||
| "name": "@fleettools/shared", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Shared utilities and configuration for FleetTools", | ||
@@ -27,4 +27,5 @@ "type": "module", | ||
| "scripts": { | ||
| "build": "bun build src/index.ts --outdir dist --target bun --format esm", | ||
| "build": "bun build src/index.ts --outdir dist --target node --format esm", | ||
| "build:bun": "bun build src/index.ts --outdir dist --target bun --format esm", | ||
| "build:node": "bun build src/index.ts --outdir dist --target node --format esm", | ||
| "dev": "bun --watch src/index.ts", | ||
@@ -31,0 +32,0 @@ "test": "bun test", |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
298442
0.07%55
-6.78%