caterpillar
Advanced tools
Comparing version 1.0.0 to 1.1.0
(The MIT License) | ||
Copyright (c) 2011-2012 Benjamin Lupton <b@lupton.cc> | ||
Copyright (c) 2012 Bevry Pty Ltd <us@bevry.me> | ||
Copyright (c) 2011 Benjamin Lupton <b@lupton.cc> | ||
@@ -5,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "caterpillar", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Caterpillar is an awesome, simple console logger for node.js. It supports grouping of messages, filtering log levels, colors, times, modules, custom formatters and custom transports. It's awesome.", | ||
"homepage": "https://github.com/balupton/caterpillar.npm", | ||
"homepage": "https://github.com/bevry/caterpillar", | ||
"keywords": [ | ||
@@ -13,47 +13,34 @@ "console", | ||
], | ||
"author": { | ||
"name": "Benjamin Lupton", | ||
"email": "b@lupton.cc", | ||
"url": "http://balupton.com" | ||
}, | ||
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)", | ||
"maintainers": [ | ||
{ | ||
"name": "Benjamin Lupton", | ||
"email": "b@lupton.cc", | ||
"url": "http://balupton.com" | ||
} | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
], | ||
"contributors": [ | ||
{ | ||
"name": "Benjamin Lupton", | ||
"email": "b@lupton.cc", | ||
"url": "http://balupton.com" | ||
} | ||
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/balupton/caterpillar.npm/issues" | ||
"url": "https://github.com/bevry/caterpillar/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://creativecommons.org/licenses/MIT/" | ||
} | ||
], | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "http://github.com/balupton/caterpillar.npm.git" | ||
"type": "git", | ||
"url": "http://github.com/bevry/caterpillar.git" | ||
}, | ||
"engines" : { | ||
"node": ">=0.4.0" | ||
}, | ||
"dependencies": { | ||
"cli-color": "0.1.x" | ||
"request": "2.9.x" | ||
}, | ||
"devDependencies": { | ||
"docco": "0.3.x" | ||
"coffee-script": "1.3.x", | ||
"docco": "0.3.x", | ||
"mocha": "1.0.x" | ||
}, | ||
"engines" : { | ||
"node": ">=0.4.0" | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"main": "./lib/caterpillar.coffee" | ||
"scripts": { | ||
"test": "node ./node_modules/mocha/bin/mocha" | ||
}, | ||
"main": "./lib/caterpillar" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
429
0
0
99726
3
9
2
0
5
1
+ Addedrequest@2.9.x
+ Addedrequest@2.9.203(transitive)
- Removedcli-color@0.1.x
- Removedcli-color@0.1.7(transitive)
- Removedes5-ext@0.8.2(transitive)