Socket
Socket
Sign inDemoInstall

adm-zip-with-enc

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    adm-zip-with-enc

Fork of a Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Install size
855 kB
Created
Weekly downloads
 

Readme

Source

What is different from original adm-zip?

Added support zip entry filename encoding.

/* Supports decompression only to avoid spreading more chaos! */
  var AdmZip = require("adm-zip-with-enc");
  var zip = new AdmZip("./file_made_by_windows.zip", "shiftjis");
  zip.extractAllTo('./dest');

Supported encodings are based on iconv-lite. The main target of this module is zip created on Windows.

Installation

With npm do:

$ npm install adm-zip-with-enc

Keywords

FAQs

Last updated on 13 Jan 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc