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-preview.15 to 2.0.0-preview.16

25

CHANGELOG.md
# Changelog
## 2.0.0-preview.16
### Minor Changes
- 9998088: Spawn operation can accept task options
- d7c0eb1: Do not require implementation of full EventEmitter interface
- 2bce454: Simplify EventEmitter types on Controls.
- 1981b35: Collect trace of effection operations and propagate them along with the raised error
- 88dc59a: Remove `verbose` option from MainError
- 88dc59a: Improve error output by including an Effection trace
### Patch Changes
- Updated dependencies [9998088]
- Updated dependencies [d7c0eb1]
- Updated dependencies [2bce454]
- Updated dependencies [1981b35]
- Updated dependencies [88dc59a]
- Updated dependencies [88dc59a]
- @effection/core@2.0.0-preview.12
- @effection/events@2.0.0-preview.13
- @effection/main@2.0.0-preview.3
- @effection/channel@2.0.0-preview.15
- @effection/subscription@2.0.0-preview.14
## 2.0.0-preview.15

@@ -4,0 +29,0 @@

12

package.json
{
"name": "effection",
"version": "2.0.0-preview.15",
"version": "2.0.0-preview.16",
"description": "Effortlessly composable structured concurrency primitive for JavaScript",

@@ -24,7 +24,7 @@ "repository": "http://github.com/thefrontside/effection",

"dependencies": {
"@effection/channel": "2.0.0-preview.14",
"@effection/core": "2.0.0-preview.11",
"@effection/events": "2.0.0-preview.12",
"@effection/main": "2.0.0-preview.2",
"@effection/subscription": "2.0.0-preview.13"
"@effection/channel": "2.0.0-preview.15",
"@effection/core": "2.0.0-preview.12",
"@effection/events": "2.0.0-preview.13",
"@effection/main": "2.0.0-preview.3",
"@effection/subscription": "2.0.0-preview.14"
},

@@ -31,0 +31,0 @@ "devDependencies": {

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