File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33const BNUtil = require ( '../crypto/bn' )
44var bufferUtil = require ( '../util/buffer' ) ;
5- var assert = require ( 'assert' ) ;
5+ var assert = require ( 'minimalistic- assert' ) ;
66
77var BufferWriter = function BufferWriter ( obj ) {
88 if ( ! ( this instanceof BufferWriter ) )
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- var assert = require ( 'assert' ) ;
3+ var assert = require ( 'minimalistic- assert' ) ;
44
55var js = require ( './js' ) ;
66var $ = require ( './preconditions' ) ;
Original file line number Diff line number Diff line change 8989 "bn.js" : " 2.0.4" ,
9090 "bs58" : " 2.0.1" ,
9191 "inherits" : " ^2.0.1" ,
92- "lodash" : " ^4.17.19"
92+ "lodash" : " ^4.17.19" ,
93+ "minimalistic-assert" : " ^1.0.1"
9394 },
9495 "devDependencies" : {
9596 "chai" : " ^1.10.0" ,
Original file line number Diff line number Diff line change 501501 resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.3.2.tgz#7c3da62ffcb30f0f5a80a2566ca24e45d8a01f31"
502502 integrity sha1-fD2mL/yzDw9agKJWbKJORdigHzE=
503503
504+ minimalistic-assert@^1.0.1 :
505+ version "1.0.1"
506+ resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
507+ integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
508+
504509[email protected] , minimatch@^3.0.4:
505510 version "3.0.4"
506511 resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
You can’t perform that action at this time.
0 commit comments