New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npm-pack-zip

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-pack-zip - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

bin/npm-pack-zip.js

4

index.js

@@ -22,3 +22,3 @@ 'use strict';

function zipFiles(files, filename, destination, verbose) {
function zipFiles(files, filename, destination, info, verbose) {
const target = path.join(destination, filename);

@@ -45,3 +45,3 @@ if (info)

.then(filename => {
zipFiles(files, filename, destination, verbose);
zipFiles(files, filename, destination, info, verbose);
});

@@ -48,0 +48,0 @@ });

{
"name": "npm-pack-zip",
"version": "0.2.3",
"version": "0.2.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc