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

async-gzip-gunzip

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-gzip-gunzip

Uncomplicated async gzip and gunzip functions for node.js.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Async Gzip and Gunzip for Node.js

Main repo: https://github.com/huned/nodejs-async-gzip-gunzip

Uncomplicated async gzip and gunzip functions for node.js.

Overview

Features:

  • uncomplicated
  • no dependencies or bloat
  • familiar interface

Install

npm install async-gzip-gunzip

Usage

const asyncGunzip = require('async-gzip-gunzip').asyncGunzip
const gunzipped = await asyncGunzip(gzippedBuffer)

const asyncGzip = require('async-gzip-gunzip').asyncGzip
const gzipped = await asyncGzip(gunzippedBuffer)

Author

Huned Botee

License

MIT

Keywords

gzip

FAQs

Package last updated on 12 May 2021

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