Comparing version 1.0.0 to 1.0.1
# Changelog | ||
* `1.0.1`: Fix the delimeter problem once and for all! (see issue #7) | ||
* `1.0.0`: Fix hash collision cases (see issue #6) | ||
@@ -3,0 +4,0 @@ * `0.1.4`: Improve performance by replacing `map`s with `for`s |
@@ -7,3 +7,3 @@ 'use strict' | ||
// when stringifying | ||
const DELIM = '|' | ||
const DELIM = '\u0000' | ||
@@ -10,0 +10,0 @@ /** |
{ | ||
"name": "jsum", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Consistent checksum calculation of JSON objects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
40477