New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gomomento/sdk-nodejs-compression-zstd

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gomomento/sdk-nodejs-compression-zstd

Compression extensions (zstd version) for Momento node.js SDK

  • 0.107.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source
logo

project status project stability

zstd Compression Extensions for Momento Node.js SDK

This package provides extensions for the Momento Node.js SDK to support zstd compression and decompression of data that is stored using the CacheClient.set function and accessed through the CacheClient.get function. Using compression can significantly reduce your data transfer costs if your cache values are large text values, such as JSON objects.

This is an alternative to the main @gomomento/sdk-nodejs-compression package, which provides similar extensions but uses the gzip compression library rather than zstd. zstd may be slightly faster than gzip for certain types of workloads, but it is not yet supported in the node.js standard library, so this extension requires an additional binary dependency that may require extra steps to package into your production environment.

To use the library, you will need to install it from npm:

npm install @gomomento/sdk-compression-zstd

For more information, see:


For more info, visit our website at https://gomomento.com!

FAQs

Package last updated on 05 Feb 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc