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

zip

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zip

An implementation of unzip for JavaScript

1.2.0
latest
Source
npm
Version published
Weekly downloads
25K
-7.61%
Maintainers
3
Weekly downloads
 
Created
Source
var ZIP = require("zip");
var data = new Buffer(...);
var reader = ZIP.Reader(data);
reader.toObject(charset_opt);
reader.forEach(function (entry) {});
reader.iterator();

Copyright 1999 Masanao Izumo iz@onicos.co.jp License Unknown Copyright 2010 Tom Robinson (http://tlrobinson.net/) MIT License (enclosed) Copyright 2011 Kristopher Michael Kowal MIT License (enclosed)

Keywords

zip

FAQs

Package last updated on 05 Apr 2014

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