Socket
Socket
Sign inDemoInstall

loupe

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loupe - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

5

index.js

@@ -168,2 +168,7 @@ /* !

// last chance to check if it's an object
if (value === Object(value)) {
return inspectObject(value, options)
}
// We have run out of options! Just stringify the value

@@ -170,0 +175,0 @@ return options.stylize(String(value), type)

@@ -816,2 +816,7 @@ (function (global, factory) {

return inspectObject(value, options);
} // last chance to check if it's an object
if (value === Object(value)) {
return inspectObject(value, options);
} // We have run out of options! Just stringify the value

@@ -818,0 +823,0 @@

2

package.json
{
"name": "loupe",
"version": "2.3.3",
"version": "2.3.4",
"description": "Inspect utility for Node.js and browsers",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/chaijs/loupe",

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