Socket
Socket
Sign inDemoInstall

q-i

Package Overview
Dependencies
8
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

6

index.js

@@ -28,7 +28,3 @@ 'use strict';

if (v.constructor === undefined) {
return 'No constructor';
}
return v.constructor.name;
return v.constructor && v.constructor.name;
};

@@ -35,0 +31,0 @@

2

package.json
{
"name": "q-i",
"version": "1.1.3",
"version": "1.1.4",
"description": "Node.js objects inspector with color highlighting",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc