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

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.3.8 to 3.3.9

2

clues.js

@@ -68,3 +68,3 @@ (function(self) {

// Support an array with some argument names in front and the function as last element
if (typeof fn === 'object' && fn.length && typeof fn[fn.length-1] == 'function') {
if (typeof fn === 'object' && fn && fn.length && typeof fn[fn.length-1] == 'function') {
if (fn.length > 1 && (typeof(fn[0]) === 'object' || typeof(fn[0]) == 'function') && !fn[0].length) {

@@ -71,0 +71,0 @@ var obj = fn[0];

{
"name": "clues",
"version": "3.3.8",
"version": "3.3.9",
"description": "Lightweight logic tree solver using promises.",

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

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