🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@keyv/compress-gzip

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyv/compress-gzip

gzip compression for keyv

latest
Source
npmnpm
Version
2.0.3
Version published
Weekly downloads
4.2K
-21.86%
Maintainers
1
Weekly downloads
 
Created
Source

@keyv/compress-gzip keyv

Gzip compression for Keyv

build codecov npm npm

Gzip compression for Keyv.

Install

npm install --save keyv @keyv/compress-gzip

Usage

import Keyv from 'keyv';
import KeyvGzip from '@keyv/compress-gzip';

const keyv = new Keyv({store: new Map(), compression: new KeyvGzip()});

API

@keyv/compress-gzip([options])

options

All options for @keyv/compress-gzip are based on the package compress-gzip

License

MIT © Jared Wray

Keywords

compress

FAQs

Package last updated on 19 Apr 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