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.5.15 to 3.5.16

2

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

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

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

options = options || {};
options.$global = options.$global || {};
var stringify = typeof options.stringify === 'function' ? options.stringify : defaultStringify;

@@ -100,3 +101,3 @@

var $global = Object.create(options.$global || {},{
var $global = Object.create(options.$global,{
res : {value: res},

@@ -103,0 +104,0 @@ req : {value: req},

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