Comparing version 0.0.7 to 0.0.8
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10116
88