Socket
Socket
Sign inDemoInstall

@effection/channel

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/channel - npm Package Compare versions

Comparing version 2.0.0-beta.20 to 2.0.0-beta.21

6

CHANGELOG.md
# Changelog
## \[2.0.0-beta.21]
- Yielding to something which is not an operation no longer throws an internal error, but properly rejects the task.
- Bumped due to a bump in @effection/core.
- [a3ad19a](https://github.com/thefrontside/effection/commit/a3ad19a3177a731fee5cd2389ab898dee7b1788e) Fix yielding non operation bug on 2021-10-07
## \[2.0.0-beta.20]

@@ -4,0 +10,0 @@

8

package.json
{
"name": "@effection/channel",
"version": "2.0.0-beta.20",
"version": "2.0.0-beta.21",
"description": "MPMC Channel implementation for effection",

@@ -42,6 +42,6 @@ "main": "dist-cjs/index.js",

"dependencies": {
"@effection/core": "2.0.0-beta.16",
"@effection/events": "2.0.0-beta.20",
"@effection/stream": "2.0.0-beta.5"
"@effection/core": "2.0.0-beta.17",
"@effection/events": "2.0.0-beta.21",
"@effection/stream": "2.0.0-beta.6"
}
}
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