Socket
Socket
Sign inDemoInstall

react-zlib-js

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-zlib-js

Pure javascript implementation of Zlib nodejs core module.The zlib module provides compression functionality implemented using Gzip and Deflate/Inflate.


Version published
Weekly downloads
23K
decreased by-3.45%
Maintainers
1
Install size
476 kB
Created
Weekly downloads
 

Readme

Source

Welcome to Zlib

The zlib module provides compression functionality implemented using Gzip and Deflate/Inflate. It is the part of nodejs core module written in c++ . So the problem is we can't use this module outside of nodejs. so now this package help you to use all zlib functionality in real Javascript and React Native

Usage

You can use this library like jquery and other normal javascript library the file index.js file can add to your javascript and use as per this web site and you can use buffer.js file to access Buffer class in react-native and javascript this class also a native nodejs implementation you can use test.js as an example.js

Update

Latest nodejs LTS (v12.18.3) zlib improvement added

Keywords

FAQs

Last updated on 18 Aug 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc