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.19 to 3.5.20

2

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

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

@@ -13,2 +13,4 @@ (function(self) {

}
// expose requests for external cancellation
var requests = self.reptileRequests = self.reptileRequests || {};

@@ -42,2 +44,5 @@ var Promise = clues.Promise;

};
var uuid = Object.keys(queue).join(',')+String(Number(new Date()));
requests[uuid] = r;
r.addEventListener('loadend', function() { delete requests[uuid]; });

@@ -137,2 +142,2 @@ function processBuffer(d) {

})(this);
})(this);
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