New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

logule

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logule - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

.travis.yml

4

History.md

@@ -0,1 +1,5 @@

0.4.1 / 2011-11-27
==================
* logule is fully testable
0.4.0 / 2011-11-27

@@ -2,0 +6,0 @@ ==================

@@ -5,3 +5,3 @@ {

"description": "An advanced logger for nodejs",
"version": "0.4.0",
"version": "0.4.1",
"repository": {

@@ -15,2 +15,5 @@ "type": "git",

},
"scripts": {
"test": "expresso"
},
"dependencies": {

@@ -20,3 +23,8 @@ "coffee-script": "~1.1.3",

},
"devDependencies": {}
"devDependencies": {
"expresso": "~0.9.0"
},
"bugs": {
"url": "http://github.com/clux/logule/issues"
}
}

@@ -1,2 +0,3 @@

# Logule
# Logule ![travis build status](https://secure.travis-ci.org/clux/logule.png)
Logule is an advanced logging utility for nodejs. It is analogous to `console.log` and can take multiple arguments,

@@ -124,3 +125,16 @@ but additionally it prefixes the current time, the log level, and optionally, prefixed namespaces (with optional padding).

## Running tests
Install development dependencies
````bash
$ npm install
````
Run the tests
````bash
$ npm test
````
## License
MIT-Licensed. See LICENSE file for details.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc