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.7.1 to 0.7.2

1

dist/signal-ts.d.ts

@@ -7,2 +7,3 @@ export * from './signal/types';

import { merge } from './signal/merge';
export { execute } from './signal/util';
declare const _default: {

@@ -9,0 +10,0 @@ config: (config?: {

@@ -20,2 +20,3 @@ export * from './signal/types';

import { catchFn } from './signal/catch';
export { execute } from './signal/util';
const assert = {

@@ -22,0 +23,0 @@ isNothing,

2

package.json
{
"name": "signal-chain",
"version": "0.7.1",
"version": "0.7.2",
"author": "Christoph Franke",

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

@@ -9,3 +9,3 @@ ![size](https://deno.bundlejs.com/badge?q=signal-chain&treeshake=[{+default+as+$+}])

> Signal-Chain is a smaller and simpler RxJS.
> Signal-Chain is a small and simple RxJS.

@@ -12,0 +12,0 @@ The essential concepts of **Signal-Chain** are:

Sorry, the diff of this file is not supported yet

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