x-address-codec
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -10,2 +10,6 @@ 'use strict'; | ||
function seqEqual(arr1, arr2) { | ||
if (arr1.length !== arr2.length) { | ||
return false; | ||
} | ||
for (var i = 0; i < arr1.length; i++) { | ||
@@ -12,0 +16,0 @@ if (arr1[i] !== arr2[i]) { |
{ | ||
"name": "x-address-codec", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "crypto currency address codec", | ||
@@ -44,3 +44,3 @@ "files": [ | ||
"type": "git", | ||
"url": "git://github.com/sublimator/coin-address-codec.git" | ||
"url": "git://github.com/sublimator/x-address-codec.git" | ||
}, | ||
@@ -47,0 +47,0 @@ "readmeFilename": "README.md", |
9609
209