File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " debug" ,
3- "version" : " 4.3.4 " ,
3+ "version" : " 4.3.5 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git://github.com/debug-js/debug.git"
1616 " LICENSE" ,
1717 " README.md"
1818 ],
19- "author" : " Josh Junon <josh.junon@protonmail. com> " ,
19+ "author" : " Josh Junon (https://github. com/qix-) " ,
2020 "contributors" : [
2121 " TJ Holowaychuk <[email protected] >" ,
2222 " Nathan Rajlich <[email protected] > (http://n8.io)" ,
2626 "scripts" : {
2727 "lint" : " xo" ,
2828 "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 " ,
3030 "test:browser" : " karma start --single-run" ,
3131 "test:coverage" : " cat ./coverage/lcov.info | coveralls"
3232 },
4444 "karma-mocha" : " ^1.3.0" ,
4545 "mocha" : " ^5.2.0" ,
4646 "mocha-lcov-reporter" : " ^1.2.0" ,
47+ "sinon" : " ^14.0.0" ,
4748 "xo" : " ^0.23.0"
4849 },
4950 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -187,11 +187,11 @@ function getDate() {
187187}
188188
189189/**
190- * Invokes `util.format ()` with the specified arguments and writes to stderr.
190+ * Invokes `util.formatWithOptions ()` with the specified arguments and writes to stderr.
191191 */
192192
193193function log ( ...args ) {
194- return process . stderr . write ( util . format ( ...args ) + '\n' ) ;
194+ return process . stderr . write ( util . formatWithOptions ( exports . inspectOpts , ...args ) + '\n' ) ;
195195}
196196
197197/**
Original file line number Diff line number Diff line change 40004000 }
40014001 },
40024002 "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 ==",
40064006 "inBundle": true,
40074007 "license": "MIT",
40084008 "dependencies": {
You can’t perform that action at this time.
0 commit comments