@most/disposable
Advanced tools
Comparing version 0.4.1 to 0.5.0
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
38220
0
+ Added@most/types@0.5.0(transitive)
- Removed@most/types@0.4.1(transitive)
Updated@most/types@^0.5.0