Socket
Socket
Sign inDemoInstall

effection

Package Overview
Dependencies
Maintainers
1
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effection - npm Package Compare versions

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

9

CHANGELOG.md
# Changelog
## \[2.0.0-beta.17]
- 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.16]

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

16

package.json
{
"name": "effection",
"version": "2.0.0-beta.16",
"version": "2.0.0-beta.17",
"description": "Effortlessly composable structured concurrency primitive for JavaScript",
"homepage": "https://github.com/thefrontside/effection",
"homepage": "https://frontside.com/effection",
"repository": {

@@ -31,8 +31,8 @@ "type": "git",

"dependencies": {
"@effection/channel": "2.0.0-beta.15",
"@effection/core": "2.0.0-beta.13",
"@effection/events": "2.0.0-beta.15",
"@effection/fetch": "2.0.0-beta.16",
"@effection/main": "2.0.0-beta.15",
"@effection/subscription": "2.0.0-beta.15"
"@effection/channel": "2.0.0-beta.16",
"@effection/core": "2.0.0-beta.14",
"@effection/events": "2.0.0-beta.16",
"@effection/fetch": "2.0.0-beta.17",
"@effection/main": "2.0.0-beta.16",
"@effection/subscription": "2.0.0-beta.16"
},

@@ -39,0 +39,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