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

clues

Package Overview
Dependencies
Maintainers
1
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.0.0-rc3 to 3.0.0-rc4

1

clues.js

@@ -43,3 +43,2 @@ (function(self) {

.catch(function(e) {
if (logic[ref]) return clues.Promise.fulfilled(logic[ref]);
if (logic.$service && typeof logic.$service === 'function')

@@ -46,0 +45,0 @@ return logic[ref] = clues(logic,function() { return logic.$service.call(logic,ref); },$global,caller,(fullref ? fullref+'.' : '')+ref);

2

package.json
{
"name": "clues",
"version": "3.0.0-rc3",
"version": "3.0.0-rc4",
"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