Comparing version 1.0.0 to 1.0.1
'use strict' | ||
const crypto = require('crypto') | ||
const BigNumber = require('bignumber.js') | ||
@@ -6,0 +5,0 @@ const NIL_STRING = 'n' |
{ | ||
"name": "objecthash", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JS implementation of Ben Laurie's objecthash (https://github.com/benlaurie/objecthash)", | ||
@@ -13,9 +13,10 @@ "main": "index.js", | ||
"json", | ||
"benlaurie" | ||
"benlaurie", | ||
"object", | ||
"hash", | ||
"sha256" | ||
], | ||
"author": "Evan Schwartz <evan@ripple.com>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"bignumber.js": "^4.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -22,0 +23,0 @@ "tape": "^4.6.3" |
Sorry, the diff of this file is not supported yet
0
14649
163
- Removedbignumber.js@^4.0.0
- Removedbignumber.js@4.1.0(transitive)