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

@most/disposable

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@most/disposable - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

4

package.json
{
"name": "@most/disposable",
"version": "0.4.1",
"version": "0.5.0",
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",

@@ -58,4 +58,4 @@ "typings": "type-definitions/index.d.ts",

"@most/prelude": "^1.5.2",
"@most/types": "^0.4.1"
"@most/types": "^0.5.0"
}
}
import { Time, Disposable, Sink } from '@most/types';
declare function disposeNone (): Disposable;
declare function disposeWith <R> (dispose: (R) => void, resource: R): Disposable;
declare function disposeWith <R> (dispose: (resource: R) => void, resource: R): Disposable;
declare function disposeOnce (d: Disposable): Disposable;

@@ -6,0 +6,0 @@ declare function disposeBoth (d1: Disposable, d2: Disposable): Disposable;

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