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

jsum

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsum - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

CHANGELOG.md
# 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

2

index.js

@@ -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

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