ripple-lib-value
Advanced tools
Comparing version 0.1.0 to 0.2.1
@@ -16,3 +16,3 @@ | ||
var GlobalBigNumber = require('bignumber.js'); | ||
var BigNumber = GlobalBigNumber.another({ | ||
var BigNumber = GlobalBigNumber.clone({ | ||
ROUNDING_MODE: GlobalBigNumber.ROUND_HALF_UP, | ||
@@ -19,0 +19,0 @@ DECIMAL_PLACES: 40 |
@@ -11,3 +11,3 @@ | ||
var BigNumber = GlobalBigNumber.another({ | ||
var BigNumber = GlobalBigNumber.clone({ | ||
ROUNDING_MODE: GlobalBigNumber.ROUND_HALF_UP, | ||
@@ -14,0 +14,0 @@ DECIMAL_PLACES: 40 |
@@ -14,3 +14,3 @@ | ||
var GlobalBigNumber = require('bignumber.js'); | ||
var BigNumber = GlobalBigNumber.another({ | ||
var BigNumber = GlobalBigNumber.clone({ | ||
ROUNDING_MODE: GlobalBigNumber.ROUND_HALF_UP, | ||
@@ -17,0 +17,0 @@ DECIMAL_PLACES: 40 |
{ | ||
"name": "ripple-lib-value", | ||
"version": "0.1.0", | ||
"version": "0.2.1", | ||
"license": "ISC", | ||
@@ -34,3 +34,3 @@ "description": "Classes for dealing with Ripple amount values", | ||
"babel-runtime": "^5.5.4", | ||
"bignumber.js": "~2.0.3" | ||
"bignumber.js": "^9.0.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
"babel-eslint": "^4.0.5", | ||
"flow-bin": "^0.14", | ||
"flow-bin": "^0.112.0", | ||
"istanbul": "^0.3.5", | ||
@@ -44,0 +44,0 @@ "mocha": "^2.1.0" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
9670
7
1
5
1
+ Addedbignumber.js@9.1.2(transitive)
- Removedbignumber.js@2.0.8(transitive)
Updatedbignumber.js@^9.0.0