Socket
Book a DemoInstallSign in
Socket

7zip

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

7zip

7zip Windows Package via Node.js

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
9K
-60.39%
Maintainers
1
Weekly downloads
 
Created
Source

7zip Windows Package via Node.js

  

This npm package contains a lite-version of 7zip, ≈2.4MB.

And the goal is to bring users a different and easy way to access 7zip.

Being used at library cross-unzip.

$ npm install -g 7zip   # global
$ 7z --help   # and you get 7z
// $ npm install 7zip   # local
// even in node.js
var _7z = require('7zip')['7z']
var task = spawn(_7z, ['x', 'somefile.7z', '-y'])

License of 7zip

7-Zip Copyright (C) 1999-2015 Igor Pavlov.

Licenses for files are:

  1) 7z.dll: GNU LGPL + unRAR restriction
  2) All other files:  GNU LGPL

Keywords

7z

FAQs

Package last updated on 15 May 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