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.5 to 2.0.0-beta.6

6

CHANGELOG.md
# Changelog
## \[2.0.0-beta.6]
- remove accidentally compiled .js files from distributed sources
- Bumped due to a bump in @effection/channel.
- [f0f0023](https://github.com/thefrontside/effection/commit/f0f002354743ae6d6f69bfe6df28ddc11d0f8be0) add changefile on 2021-07-26
## \[2.0.0-beta.5]

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

18

package.json
{
"name": "effection",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "Effortlessly composable structured concurrency primitive for JavaScript",

@@ -16,2 +16,8 @@ "homepage": "https://github.com/thefrontside/effection",

"main": "dist/index.js",
"typeDocEntry": "src/index.ts",
"files": [
"CHANGELOG.md",
"dist/**/*",
"src/**/*"
],
"scripts": {

@@ -21,11 +27,10 @@ "lint": "eslint '{src,bin,test}/**/*.ts'",

"mocha": "mocha -r ts-node/register",
"docs": "yarn typedoc src/index.ts",
"prepack": "tsc --build tsconfig.dist.json"
},
"dependencies": {
"@effection/channel": "2.0.0-beta.5",
"@effection/channel": "2.0.0-beta.6",
"@effection/core": "2.0.0-beta.5",
"@effection/events": "2.0.0-beta.5",
"@effection/main": "2.0.0-beta.5",
"@effection/subscription": "2.0.0-beta.5"
"@effection/events": "2.0.0-beta.6",
"@effection/main": "2.0.0-beta.6",
"@effection/subscription": "2.0.0-beta.6"
},

@@ -43,3 +48,2 @@ "devDependencies": {

"ts-node": "^10.1.0",
"typedoc": "^0.20.36",
"typescript": "^4.3.5"

@@ -46,0 +50,0 @@ },

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