Comparing version 0.0.1 to 0.0.2
@@ -92,2 +92,7 @@ // Load modules | ||
internals.Null = function() { | ||
return (null + '').red.bold; | ||
}; | ||
internals.Number = function(number) { | ||
@@ -94,0 +99,0 @@ return (number + '').blue.bold; |
{ | ||
"name": "purdy", | ||
"version": "0.0.1", | ||
"description": "purdy print objects", | ||
"version": "0.0.2", | ||
"description": "print objects real purdy", | ||
"main": "index.js", | ||
@@ -23,4 +23,4 @@ "scripts": { | ||
"colors": "0.6.x", | ||
"hoek": "^2.1.0" | ||
"hoek": "2.1.x" | ||
} | ||
} |
@@ -24,3 +24,3 @@ var Lab = require('lab'); | ||
Purdy([1,2,'foo', it, Array.isArray, new Date,1,1,1,1,12,[1,2]]); | ||
Purdy({a: 3, bn: 'foo', raino: it, d: {king: 'cobra'}}); | ||
Purdy({a: 3, bn: 'foo', raino: it, d: {king: 'cobra'}, null: null}); | ||
done(); | ||
@@ -27,0 +27,0 @@ }); |
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
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
4352
110
+ Addedhoek@2.1.1(transitive)
- Removedhoek@2.16.3(transitive)
Updatedhoek@2.1.x