New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 0.2.1

2

package.json
{
"name": "purdy",
"version": "0.2.0",
"version": "0.2.1",
"description": "print objects real purdy in color",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -36,2 +36,21 @@ # Purdy

````javascript
// var circularObj = { };
// circularObj.a = circularObj;
// var circ = [];
// circ.push(circ);
// Purdy({
// a: 3,
// bn: 'foo',
// raino: it,
// d: {king: 'cobra'},
// null: null,
// undefined: undefined,
// regexp: new RegExp,
// falseBool: false,
// trueBool: true,
// emptyArr: [],
// circular: circularObj,
// circularArr: circ
// });
{

@@ -60,2 +79,4 @@ a: 3,

```javascript
// Purdy([1,2,'foo', it, Array.isArray, new Date,1,1,1,1,12,[1,2]]);
[

@@ -62,0 +83,0 @@ [ 0] 1,

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