Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adler32

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adler32 - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "adler32",
"version": "0.0.7",
"version": "0.0.8",
"description": "Adler-32 hashing algorithm",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -53,3 +53,4 @@ # adler32 [![Build Status](https://travis-ci.org/BlueJeansAndRain/adler32.svg?branch=master)](https://travis-ci.org/BlueJeansAndRain/adler32)

Using a rolling window larger than 16k may cause unexpected results due to integer overflows.
Using a rolling window larger than 35,184,372,088,832 (32TB) may cause unexpected results due to integer overflows.
Also, it's just silly.

@@ -56,0 +57,0 @@ ## Notes

Sorry, the diff of this file is not supported yet

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