@effection/subscription
Advanced tools
Comparing version 0.6.3-6e7f062 to 0.6.3-88cc33e
{ | ||
"name": "@effection/subscription", | ||
"version": "0.6.3-6e7f062", | ||
"version": "0.6.3-88cc33e", | ||
"description": "Effection Subscriptions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -90,1 +90,10 @@ # @effection/subscription | ||
``` | ||
### Subscribable#first() | ||
An operation that produces the first item in a subscription or | ||
undefined if the subscription has no items. | ||
``` javascript | ||
let message = yield Subscribable.from(websocket).first(); | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
45139
99
0