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

merkle-json

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merkle-json - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

2

package.json
{
"name": "merkle-json",
"version": "2.3.0",
"version": "2.4.0",
"description": "Compute hash of Javascript object having optional Merkle hash tags",

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

@@ -107,3 +107,3 @@ (function(exports) {

function md51(s) {
txt = '';
//txt = '';
var n = s.length,

@@ -110,0 +110,0 @@ state = [1732584193, -271733879, -1732584194, 271733878],

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