@ffflorian/jszip-cli
Advanced tools
| import path from 'node:path'; | ||
| import * as fs from 'fs-extra'; | ||
| import fs from 'fs-extra'; | ||
| import JSZip from 'jszip'; | ||
@@ -4,0 +4,0 @@ import logdown from 'logdown'; |
+3
-3
@@ -42,8 +42,8 @@ { | ||
| "dist": "yarn clean && yarn build", | ||
| "start": "cross-env NODE_DEBUG=\"jszip-cli/*\" node --loader ts-node/esm src/cli.ts", | ||
| "start": "node --loader ts-node/esm src/cli.ts -V", | ||
| "test": "vitest run" | ||
| }, | ||
| "type": "module", | ||
| "version": "3.7.1", | ||
| "gitHead": "aadf648655ecd0f6bea0c989542a16ff636c71a7" | ||
| "version": "3.7.2", | ||
| "gitHead": "61eb972d144debefdd584621ee7316d1961fd8e4" | ||
| } |
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
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
68047
-0.06%