New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

signal-chain

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

signal-chain - npm Package Compare versions

Comparing version 0.11.2 to 0.11.3

10

dist/signal/unique.js

@@ -11,3 +11,3 @@ import { chain } from "./chain";

execute(context.cleanup);
next(parameter);
context.cleanup = next(parameter);
}

@@ -17,3 +17,3 @@ status.is = 'incomplete';

if (final) {
execute(context.cleanup);
execute(context.cleanup, true);
}

@@ -29,3 +29,3 @@ };

execute(context.cleanup);
next(mappedValue);
context.cleanup = next(mappedValue);
}

@@ -35,3 +35,3 @@ status.is = 'incomplete';

if (final) {
execute(context.cleanup);
execute(context.cleanup, true);
}

@@ -55,3 +55,3 @@ };

if (final) {
execute(cleanup);
execute(cleanup, true);
}

@@ -58,0 +58,0 @@ };

{
"name": "signal-chain",
"version": "0.11.2",
"version": "0.11.3",
"author": "Christoph Franke",

@@ -5,0 +5,0 @@ "description": "Declarative Reactive Programming Library",

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