New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ripple-lib-value

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ripple-lib-value - npm Package Compare versions

Comparing version 0.1.0 to 0.2.1

README.md

2

dist/npm/iouvalue.js

@@ -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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc