🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

ixo

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ixo - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
ixo.js

@@ -21,3 +21,3 @@ "use strict";

var blockSig = hash((hash(this.bc.signed[this.bc.signed.length-1]) + hash(key) + prev));
this.bc.signed.push((this.bc.signed.length-1).toString() + cipherHash("x" + block, blockSig));
this.bc.signed.push(cipherHash("x" + block, blockSig));
}

@@ -24,0 +24,0 @@ this.read = function (index, key) {

{
"name": "ixo",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple Blockchain For JavaScript",

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