Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #14843 from brave/riastradh-random-lib
Browse files Browse the repository at this point in the history
Switch from random-lib 2.1.0 to brave-crypto 0.2.0.
  • Loading branch information
diracdeltas authored Jul 26, 2018
2 parents 55a5318 + e6b9f0c commit 8468fbb
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 53 deletions.
2 changes: 1 addition & 1 deletion app/browser/api/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const qr = require('qr-image')
const underscore = require('underscore')
const tldjs = require('tldjs')
const urlFormat = require('url').format
const random = require('random-lib')
const random = require('brave-crypto/random-lib')
const uuid = require('uuid')
const BigNumber = require('bignumber.js')

Expand Down
78 changes: 29 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@
"aphrodite": "1.1.0",
"async": "^2.0.1",
"bat-balance": "^1.0.7",
"bat-client": "^4.0.0",
"bat-publisher": "^2.0.18",
"bat-client": "^4.0.1",
"bat-publisher": "^2.0.19",
"bignumber.js": "^4.0.4",
"bloodhound-js": "brave/bloodhound",
"brave-crypto": "^0.2.0",
"clipboard-copy": "^1.0.0",
"compare-versions": "^3.0.1",
"date-fns": "^1.29.0",
Expand All @@ -119,7 +120,6 @@
"prop-types": "^15.5.6",
"punycode": "^2.0.0",
"qr-image": "3.2.0",
"random-lib": "2.1.0",
"react": "~15.6.1",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
Expand Down

0 comments on commit 8468fbb

Please sign in to comment.