🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.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.4
to
1.0.5
+1
-1
ixo.js

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

};
this.block = function (data, index) {
this.block = function (index, data) {
if (this.bc.unSigned[index] == undefined) {

@@ -10,0 +10,0 @@ this.bc.unSigned[index] = [];

{
"name": "ixo",
"version": "1.0.4",
"version": "1.0.5",
"description": "Simple Blockchain For JavaScript",

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