New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

gq7zip

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gq7zip

A wrapper module for handling 7z compressed files

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

gq7zip

A wrapper module for handling 7z compressed files.

Description

This is a module to make 7zip function easy to use with node.js.

Getting Started

Dependencies

  • require using node.js container node-18.20.8-slim
  • require node.js 18.20.8
  • dependencies include:
  • "7zip-bin":"5.2.0"
  • "node-7z":"3.0.0"
  • "fix-path":"3.0.0"
  • "node-unrar-js":"2.0.2"
  • devDependencies include:
  • "coffeescript":"2.0.0"
  • "nodemon":"3.1.10"
  • "gqtest":"^0.0.12"
  • note: to be able to compress rar file, you need to "apt install rar". This module assume you have rar installed. we can not supply rar as it is proprietary.
  • As there is no exisiting module for compressing rar file in node npm repo, we had to use command line to execute rar compression with a childprocess call (it is still automatic by code).
  • please make sure rar file (o.folder) is a single folder. We have ensured it to be recursive.
  • .zip handling is done by node-7z
  • .7z handling is done by node-7z
  • .rar uncompression is done by node-unrar-js
  • .rar compression is done by rar command using exec

Installing

  • git clone git@github.com:goldfiction/gq7zip.git
  • npm run-script inst

Executing program

  • to find usage, checkout /test/test.coffee

Authors

License

  • This project is licensed under the Apache-2 License - see the LICENSE.md file for details

Acknowledgments

FAQs

Package last updated on 19 Oct 2025

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