Skip to content

Commit

Permalink
release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Sep 3, 2011
1 parent 15b62d4 commit 9ccb860
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

0.0.1 / 09-03-2011
==================

* initial release
12 changes: 10 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

/**
* Whitelisted globals.
*
* @api public
*/

Expand All @@ -22,13 +21,20 @@ exports.whitelist = [

/**
* Default format.
* @api public
*/

exports.format = '\x1b[31mGleak!:\x1b[0m %s';

/**
* Version.
* @api public
*/

exports.version = '0.0.1';

/**
* Detects global variable leaks.
*
* @api public
*/

Expand All @@ -53,6 +59,7 @@ exports.detect = function detect () {

/**
* Prints all gleaks to stderr.
* @api public
*/

exports.print = function print () {
Expand All @@ -63,6 +70,7 @@ exports.print = function print () {

/**
* Express middleware.
* @api public
*/

exports.middleware = function gleakMiddleware (stream, format) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Aaron Heckmann <[email protected]>",
"name": "Gleak",
"description": "Node global variable leak detector",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"url": ""
},
Expand Down

0 comments on commit 9ccb860

Please sign in to comment.