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.16 to 3.5.17

test/freeze-test.js

9

clues.js

@@ -166,4 +166,9 @@ (function(self) {

if (ref)
logic[ref] = value;
if (ref) try {
Object.defineProperty(logic,ref,{value: value, enumerable: true});
} catch(e) {
return value.then(function(value) {
return clues.Promise.rejected({ref : ref, message: 'Object immutable', fullref:fullref,caller: caller, stack:e.stack, value: value});
});
}

@@ -170,0 +175,0 @@ return value;

{
"name": "clues",
"version": "3.5.16",
"version": "3.5.17",
"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