Braydon Fuller
5b2ba0e31e
Bump version in shrinkwrap to 0.9.0
10 years ago
Esteban Ordano
f935bb1ba3
Drop dependencies from npm-shrinkwrap
10 years ago
Braydon Fuller
d2a2be7a93
Upgraded bn.js to fix public key calculation problem, restored crypto/point.js, and added additional tests.
10 years ago
Esteban Ordano
476f009b4d
Add Insight and UTXO class
10 years ago
Braydon Fuller
6ace41834f
Upgraded elliptic and bn to the latest versions
10 years ago
Braydon Fuller
2de77f6f5c
Use the same version as specified in the elliptic package.json
10 years ago
Yemel Jardi
3190991941
add dependencies and update tests
10 years ago
Yemel Jardi
751ed3a9f9
add buffers dependency
10 years ago
Braydon Fuller
64c0d5f942
Payment Protocol: Restore and reorganize files for payment protocol.
10 years ago
Esteban Ordano
491170103b
Add inherits to shrinkwrap
10 years ago
Esteban Ordano
f5d04280eb
Add lodash to shrinkwrap
10 years ago
Braydon Fuller
cfb32f7fc8
Package: Updated to include the latest versions of dependencies
10 years ago
Braydon Fuller
8ca49fb523
update to include new version of bn.js and elliptic that include hex padding
10 years ago
Ryan X. Charles
199ed7c4ba
update dependencies
10 years ago
Ryan X. Charles
004f8c29c8
npm shrinkwrap
This will ensure that the versions of the dependencies of the dependencies
remain the same on npm install, that way we can ensure bitcore works as
intended for the end-user. Note that this does not ensure byte-for-byte
compatibility. We may address that issue in the future.
See: https://www.npmjs.org/doc/cli/npm-shrinkwrap.html
11 years ago