Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

purdy

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purdy - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

lib/index.js

@@ -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;

6

package.json
{
"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 @@ });

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