Socket
Socket
Sign inDemoInstall

@effection/events

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/events - npm Package Compare versions

Comparing version 2.0.0-beta.15 to 2.0.0-beta.16

9

CHANGELOG.md
# Changelog
## \[2.0.0-beta.16]
- Adjust the propagation of errors for resources to make it possible to catch errors from `init`
- Bumped due to a bump in @effection/core.
- [75a7248](https://github.com/thefrontside/effection/commit/75a7248ae13d1126bbcaf9b6223f348168e987d0) Catch errors thrown during resource init on 2021-09-21
- Enable support for resources in higher order operations `all`, `race` and `withTimeout`.
- Bumped due to a bump in @effection/core.
- [bbe6cdc](https://github.com/thefrontside/effection/commit/bbe6cdc44184a7669278d0d01ad23a2a79a69e52) Enable resource support for higher order operations on 2021-09-09
## \[2.0.0-beta.15]

@@ -4,0 +13,0 @@

8

package.json
{
"name": "@effection/events",
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"description": "Helpers for listening to events with effection",

@@ -10,3 +10,3 @@ "main": "dist-cjs/index.js",

"sideEffects": false,
"homepage": "https://github.com/thefrontside/effection",
"homepage": "https://frontside.com/effection",
"repository": {

@@ -32,4 +32,4 @@ "type": "git",

"dependencies": {
"@effection/core": "2.0.0-beta.13",
"@effection/subscription": "2.0.0-beta.15"
"@effection/core": "2.0.0-beta.14",
"@effection/subscription": "2.0.0-beta.16"
},

@@ -36,0 +36,0 @@ "devDependencies": {

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