New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.0-alpha.1 to 2.0.0-alpha.2

.github/workflows/node.js.yml

1

CHANGELOG.md
# Changelog
* `2.0.0-alpha.2`: Use GitHub Actions instead of Travis CI.
* `2.0.0-alpha.1`: Use `JSON.stringify()` for all serializations (2x faster than before!)

@@ -3,0 +4,0 @@ * `1.0.1`: Fix the delimeter problem once and for all! (see issue #7)

5

package.json
{
"name": "jsum",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Consistent checksum calculation of JSON objects.",

@@ -21,4 +21,5 @@ "main": "index.js",

"devDependencies": {
"chai": "^3.5.0"
"chai": "^3.5.0",
"mocha": "^9.0.3"
}
}
# JSum
Consistent checksum calculation of JSON objects.
[![Build Status](https://travis-ci.org/fraunhoferfokus/JSum.svg?branch=master)](https://travis-ci.org/fraunhoferfokus/JSum)
[![Unit Tests](https://github.com/fraunhoferfokus/JSum/actions/workflows/node.js.yml/badge.svg)](https://github.com/fraunhoferfokus/JSum/actions/workflows/node.js.yml)

@@ -6,0 +6,0 @@ ## Quick start

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