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

effection

Package Overview
Dependencies
Maintainers
1
Versions
309
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 0.3.2 to 0.3.3-00a19e9

14

CHANGELOG.md

@@ -9,4 +9,14 @@ # Changelog

## [0.3.3] - 2019-11-04
### Added
- type signature for Exceution.halt() which is necessary in the
construction of non-trivial async processes like servers.
https://github.com/thefrontside/effection.js/pull/24
## [0.3.2] - 2019-10-30
### Changed
- (fix) in certain cases, execution forks were being marked as

@@ -21,2 +31,4 @@ completed when they actually were not.

### Changed
- unroll continuation and state classes in execution. This makes stack

@@ -30,2 +42,4 @@ traces much smaller and easier to debug:

### Changed
- unify the fork() and execute() methods. There is now a single API

@@ -32,0 +46,0 @@ for initiating asynchronous execution, fork() which makes the mental

1

index.d.ts

@@ -11,2 +11,3 @@ declare module "effection" {

throw(error: Error): void;
halt(reason?: any): void;
}

@@ -13,0 +14,0 @@

2

package.json
{
"name": "effection",
"description": "Effortlessly composable structured concurrency primitive for JavaScript",
"version": "0.3.2",
"version": "0.3.3-00a19e9",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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