Socket
Socket
Sign inDemoInstall

@effection/subscription

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/subscription - npm Package Compare versions

Comparing version 0.6.3-6e7f062 to 0.6.3-88cc33e

2

package.json
{
"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();
```
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