Giter VIP home page Giter VIP logo

win-7zip's Introduction

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 win-7zip   # local
// even in node.js
var _7z = require('win-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

win-7zip's People

Contributors

amilajack avatar fritx avatar sbekrin avatar xingyuzhe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

win-7zip's Issues

Bundled version of 7zip contains known vulnerabilties

The current version bundled is very old and contain vulnerabilities.
An hacker could leverage the bundled executable in some targeted scenario where they know the zip file are embedded in an application.

Updating to latest 7-zip version would fix t his issue.

LICENSE or COPYING file not present

The licenses declared for this project require that the text of the license be present in the project in a LICENSE or a COPYING file. Such a file is not present. Please add it.

NPM updated

Please can you publish your latest version to npm?

I am in need of your 'module not found' fix from 11 months ago in the 'index.js'.

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.