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.9 to 3.5.10

2

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

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

@@ -119,5 +119,6 @@ var clues = require('../clues'),

function emit_property(ref,d) {
var debug = options.debug !== undefined ? options.debug : $global.reptileDebug;
var txt = {};
txt[ref] = d;
txt = first+stringify(txt,pretty,options.debug,req);
txt = first+stringify(txt,pretty,debug,req);
first = '';

@@ -137,5 +138,6 @@ _res.write(txt.slice(1,txt.length-1)+',\t\n');

.then(function(d) {
var debug = options.debug !== undefined ? options.debug : $global.reptileDebug;
if (options.single) {
_res.status(d.error ? (d.status||400) : 200)
.end(stringify(d,pretty,options.debug,req));
.end(stringify(d,pretty,debug,req));
_res.write = noop;

@@ -142,0 +144,0 @@ _res.end = noop;

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