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

Comparing version 0.4.7 to 0.4.8

2

package.json
{
"name": "adm-zip-with-enc",
"version": "0.4.7",
"version": "0.4.8",
"description": "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",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,3 +5,5 @@ # What is different from original [adm-zip](https://www.npmjs.com/package/adm-zip)?

/* 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');
```

@@ -8,0 +10,0 @@ Supported encodings are based on [iconv-lite](https://www.npmjs.com/package/iconv-lite).

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