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.1 to 2.0.0-beta.2

13

CHANGELOG.md
# Changelog
## 2.0.0-beta.2
### Patch Changes
- Updated dependencies [19414f0]
- Updated dependencies [26a86cb]
- Updated dependencies [9c76cc5]
- Updated dependencies [f7e3344]
- Updated dependencies [ac7c1ce]
- @effection/core@2.0.0-beta.2
- @effection/events@2.0.0-beta.2
- @effection/subscription@2.0.0-beta.2
## 2.0.0-beta.1

@@ -4,0 +17,0 @@

14

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

@@ -20,7 +20,8 @@ "main": "dist/index.js",

"prepack": "tsdx build --tsconfig tsconfig.dist.json",
"docs": "yarn typedoc src/index.ts",
"mocha": "mocha -r ts-node/register"
},
"devDependencies": {
"@effection/mocha": "2.0.0-beta.1",
"@frontside/tsconfig": "^0.0.1",
"@effection/mocha": "2.0.0-beta.2",
"@frontside/tsconfig": "^1.2.0",
"@types/node": "^13.13.5",

@@ -31,2 +32,3 @@ "expect": "^25.4.0",

"tsdx": "0.13.2",
"typedoc": "^0.20.36",
"typescript": "^3.7.0"

@@ -39,6 +41,6 @@ },

"dependencies": {
"@effection/core": "2.0.0-beta.1",
"@effection/events": "2.0.0-beta.1",
"@effection/subscription": "2.0.0-beta.1"
"@effection/core": "2.0.0-beta.2",
"@effection/events": "2.0.0-beta.2",
"@effection/subscription": "2.0.0-beta.2"
}
}
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