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

most

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

most - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "most",
"version": "1.6.0",
"version": "1.6.1",
"description": "Monadic streams",

@@ -5,0 +5,0 @@ "typings": "type-definitions/most.d.ts",

@@ -163,4 +163,4 @@ declare type SeedValue<S, V> = { seed: S, value: V };

// Note: Without higher-kinded types, this type cannot be written properly
await<B>(): Stream<B>;
await<B>(this: Stream<Promise<B>>): Stream<B>;
awaitPromises<B>(this: Stream<Promise<B>>): Stream<B>;

@@ -344,2 +344,3 @@ sample<B, C, R>(

export function await<A>(s: Stream<Promise<A>>): Stream<A>;
export function awaitPromises<A>(s: Stream<Promise<A>>): Stream<A>;

@@ -346,0 +347,0 @@ export function sample<A, B, R>(

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