@ffflorian/jszip-cli
Advanced tools
+1
-3
| #!/usr/bin/env node | ||
| import path from 'node:path'; | ||
| import { fileURLToPath } from 'node:url'; | ||
| import { program as commander } from 'commander'; | ||
| import fs from 'fs-extra'; | ||
| import { JSZipCLI } from './JSZipCLI.js'; | ||
| const __filename = fileURLToPath(import.meta.url); | ||
| const __dirname = path.dirname(__filename); | ||
| const __dirname = import.meta.dirname; | ||
| const packageJsonPath = path.join(__dirname, '../package.json'); | ||
@@ -10,0 +8,0 @@ const { description, name, version } = fs.readJSONSync(packageJsonPath); |
+2
-2
@@ -46,4 +46,4 @@ { | ||
| "type": "module", | ||
| "version": "3.8.7", | ||
| "gitHead": "1aa19f41f8580d261fc64fd46827a8c7c56a64be" | ||
| "version": "3.8.8", | ||
| "gitHead": "2cf3cb6bf3ce3afcf194f4cab6e77c114cc3a66c" | ||
| } |
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
67934
-0.14%721
-0.28%