bunyan-syslog
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "bunyan-syslog", | ||
"description": "Syslog Stream for Bunyan", | ||
"version": "0.2.2", | ||
"author": "Mark Cavage", | ||
"main": "./lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mcavage/node-bunyan-syslog.git" | ||
}, | ||
"dependencies": { | ||
"assert-plus": "0.1.4" | ||
}, | ||
"devDependencies": { | ||
"bunyan": "0.21.4", | ||
"tap": "0.4.4" | ||
}, | ||
"scripts": { | ||
"test": "tap test" | ||
}, | ||
"engines": { | ||
"node": ">=0.8" | ||
} | ||
"name": "bunyan-syslog", | ||
"description": "Syslog Stream for Bunyan", | ||
"version": "0.3.0", | ||
"author": "Mark Cavage", | ||
"main": "./lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mcavage/node-bunyan-syslog.git" | ||
}, | ||
"dependencies": { | ||
"assert-plus": "0.1.5", | ||
"nan": "1.6.2" | ||
}, | ||
"devDependencies": { | ||
"bunyan": "1.3.4", | ||
"tap": "0.6.0" | ||
}, | ||
"scripts": { | ||
"test": "tap test" | ||
}, | ||
"engines": { | ||
"node": ">=0.10" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
42720
2
+ Addednan@1.6.2
+ Addedassert-plus@0.1.5(transitive)
+ Addednan@1.6.2(transitive)
- Removedassert-plus@0.1.4(transitive)
Updatedassert-plus@0.1.5