New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ziputil

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ziputil

Utils to process zip file

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

ziputil Build Status

Utils to process zip file

install

npm install ziputil --save

usage

const ziputil = require('ziputil');

const urls = [
    'http://www.example.com/x.html',
    'http://www.example.com/y.png'
]
ziputil.zipRemote(
    urls, //remote file urls 
    process.cwd() //zip file save path
);

API

zipRemote(items, destDir, options)

extractFile(zipFile, targetFile)

Run tests

npm install mocha -g #install mocha globally
npm test #run tests

Keywords

zip

FAQs

Package last updated on 09 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts