File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " debug" ,
3
- "version" : " 4.3.4 " ,
3
+ "version" : " 4.3.5 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git://github.com/debug-js/debug.git"
16
16
" LICENSE" ,
17
17
" README.md"
18
18
],
19
- "author" : " Josh Junon <josh.junon@protonmail. com> " ,
19
+ "author" : " Josh Junon (https://github. com/qix-) " ,
20
20
"contributors" : [
21
21
" TJ Holowaychuk <tj@vision-media.ca>" ,
22
22
" Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)" ,
26
26
"scripts" : {
27
27
"lint" : " xo" ,
28
28
"test" : " npm run test:node && npm run test:browser && npm run lint" ,
29
- "test:node" : " istanbul cover _mocha -- test.js" ,
29
+ "test:node" : " istanbul cover _mocha -- test.js test.node.js " ,
30
30
"test:browser" : " karma start --single-run" ,
31
31
"test:coverage" : " cat ./coverage/lcov.info | coveralls"
32
32
},
44
44
"karma-mocha" : " ^1.3.0" ,
45
45
"mocha" : " ^5.2.0" ,
46
46
"mocha-lcov-reporter" : " ^1.2.0" ,
47
+ "sinon" : " ^14.0.0" ,
47
48
"xo" : " ^0.23.0"
48
49
},
49
50
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -187,11 +187,11 @@ function getDate() {
187
187
}
188
188
189
189
/**
190
- * Invokes `util.format ()` with the specified arguments and writes to stderr.
190
+ * Invokes `util.formatWithOptions ()` with the specified arguments and writes to stderr.
191
191
*/
192
192
193
193
function log ( ...args ) {
194
- return process . stderr . write ( util . format ( ...args ) + '\n' ) ;
194
+ return process . stderr . write ( util . formatWithOptions ( exports . inspectOpts , ...args ) + '\n' ) ;
195
195
}
196
196
197
197
/**
Original file line number Diff line number Diff line change 4000
4000
}
4001
4001
},
4002
4002
"node_modules/debug": {
4003
- "version": "4.3.4 ",
4004
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4 .tgz",
4005
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ ==",
4003
+ "version": "4.3.5 ",
4004
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5 .tgz",
4005
+ "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg ==",
4006
4006
"inBundle": true,
4007
4007
"license": "MIT",
4008
4008
"dependencies": {
You can’t perform that action at this time.
0 commit comments