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.0 to 3.5.1

2

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

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

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

txt[ref] = d;
txt = first+stringify(txt,pretty,options.debug);
txt = first+stringify(txt,pretty,options.debug,req);
first = '';

@@ -140,3 +140,3 @@ _res.write(txt.slice(1,txt.length-1)+',\t\n');

_res.status(d.error ? (d.status||400) : 200)
.end(stringify(d,pretty,options.debug));
.end(stringify(d,pretty,options.debug,req));
_res.write = noop;

@@ -143,0 +143,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