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

clues

Package Overview
Dependencies
Maintainers
2
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clues - npm Package Compare versions

Comparing version 3.4.5 to 3.4.6

2

package.json
{
"name": "clues",
"version": "3.4.5",
"version": "3.4.6",
"description": "Lightweight logic tree solver using promises.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -12,3 +12,3 @@ var clues = require('../clues'),

if (!value || value instanceof Date) return value;
if (typeof value === 'function' && value.name === 'private') return undefined;
if (typeof value === 'function' && (value.name === 'private' || value.name === '$private')) return undefined;
if (typeof value === 'function' || value.length && typeof value[value.length-1] === 'function')

@@ -15,0 +15,0 @@ return debug ? '[Function]' : undefined;

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