browserify-bignum
Advanced tools
Comparing version 1.3.0-1 to 1.3.0-2
@@ -294,3 +294,3 @@ /* bignumber.js v1.3.0 https://github.com/MikeMcl/bignumber.js/LICENCE */ | ||
*/ | ||
BigNumber['fromBuffer'] = function () { | ||
BigNumber['fromBuffer'] = function (buf, opts) { | ||
@@ -2115,2 +2115,2 @@ if (!opts) opts = {}; | ||
// EXPORT | ||
module.exports = BigNumber; | ||
module.exports = BigNumber; |
{ | ||
"name": "browserify-bignum", | ||
"description": "A browserify implementation of node-bignum", | ||
"version": "1.3.0-1", | ||
"version": "1.3.0-2", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "arbitrary", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58687
36015
1666