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.8 to 2.0.0-beta.9

5

CHANGELOG.md
# Changelog
## \[2.0.0-beta.9]
- Add sideEffects field to package.json
- [383141d](https://github.com/thefrontside/effection/commit/383141dc556c6a781d98087f3b68085d5eb31173) Add sideEffects field to package.json ([#470](https://github.com/thefrontside/effection/pull/470)) on 2021-08-05
## \[2.0.0-beta.8]

@@ -4,0 +9,0 @@

11

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

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

"typeDocEntry": "src/index.ts",
"sideEffects": false,
"homepage": "https://github.com/thefrontside/effection",

@@ -31,3 +32,3 @@ "repository": {

"devDependencies": {
"@effection/mocha": "2.0.0-beta.7",
"@effection/mocha": "2.0.0-beta.8",
"@frontside/tsconfig": "^1.2.0",

@@ -44,6 +45,6 @@ "@types/node": "^16.3.2",

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