Comparing version 0.0.3 to 0.0.4
@@ -79,3 +79,3 @@ require('colors'); | ||
function log() { | ||
var f = helper.info; | ||
var f = helper.debug; | ||
helper.__proto__ = f.__proto__; | ||
@@ -82,0 +82,0 @@ f.__proto__ = helper; |
{ | ||
"name": "carpet", | ||
"description": "log log log", | ||
"version": "0.0.3", | ||
"author": "Mircea Nistor <mirceanis@gmail.com>", | ||
"contributors": [ | ||
"description": "nodejs logger with timestamps and colors", | ||
"version": "0.0.4", | ||
"keywords": [ | ||
"log", | ||
"logging" | ||
], | ||
"keywords": [ "log", "logging" ], | ||
"main": "./lib/carpet.js", | ||
"repository": { | ||
"type": "hg", | ||
"url": "https://bitbucket.org/mirceanis/carpet", | ||
"web" : "https://bitbucket.org/mirceanis/carpet" | ||
"maintainers": [ | ||
{ | ||
"name": "Mircea Nistor", | ||
"email": "mirceanis@gmail.com", | ||
"web": "" | ||
} | ||
], | ||
"dependencies": { | ||
"colors": "*" | ||
}, | ||
"engines": { "node": ">= 0.8.0" }, | ||
"dependencies": { | ||
"colors" : "*" | ||
} | ||
} | ||
"repositories": [ | ||
{ | ||
"type": "mercurial", | ||
"url": "https://bitbucket.org/mirceanis/carpet" | ||
} | ||
], | ||
"licenses": [ | ||
{ | ||
"name": "MIT", | ||
"url": "http://opensource.org/licenses/MIT" | ||
} | ||
], | ||
"homepage": "https://bitbucket.org/mirceanis/carpet" | ||
} |
@@ -22,3 +22,3 @@ carpet | ||
log("calling it short"); //equivalent to log.i | ||
log("calling it short"); //equivalent to log.d | ||
@@ -43,21 +43,12 @@ Also accepts multiple arguments | ||
## License | ||
## Changelog | ||
The MIT License | ||
0.0.4 | ||
- log() is now equivalent to log.d() | ||
Copyright (c) 2013 Mircea Nistor (mirceanis@gmail.com) | ||
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: | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
[1]: mailto:mirceanis@gmail.com | ||
## Changelog | ||
0.0.3 | ||
- some cleanup | ||
- npm cleanup | ||
- colors in tests | ||
@@ -74,1 +65,2 @@ 0.0.2 | ||
[1]: mailto:mirceanis@gmail.com |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
4271
5
1
3
63
1