Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@ffflorian/jszip-cli

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ffflorian/jszip-cli - npm Package Compare versions

Comparing version
3.8.7
to
3.8.8
+1
-3
dist/cli.js
#!/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);

@@ -46,4 +46,4 @@ {

"type": "module",
"version": "3.8.7",
"gitHead": "1aa19f41f8580d261fc64fd46827a8c7c56a64be"
"version": "3.8.8",
"gitHead": "2cf3cb6bf3ce3afcf194f4cab6e77c114cc3a66c"
}