New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@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

to
0.6.4-56802c5

8

CHANGELOG.md
# Changelog
## 0.6.4
### Patch Changes
- Updated dependencies [786b20e]
- @effection/subscription@0.9.0
- @effection/events@0.7.6
## 0.6.3

@@ -4,0 +12,0 @@

9

package.json
{
"name": "@effection/channel",
"version": "0.6.3",
"version": "0.6.4-56802c5",
"description": "MPMC Channel implementation for effection",

@@ -26,4 +26,3 @@ "main": "dist/index.js",

"ts-node": "^8.9.0",
"tsdx": "^0.13.2",
"typescript": "^3.7.0"
"tsdx": "^0.13.2"
},

@@ -36,5 +35,5 @@ "volta": {

"effection": "^0.7.0",
"@effection/events": "^0.7.5",
"@effection/subscription": "^0.8.1"
"@effection/events": "^0.7.6",
"@effection/subscription": "^0.9.0"
}
}