Socket
Socket
Sign inDemoInstall

@effect/io

Package Overview
Dependencies
Maintainers
3
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/io - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

10

ExecutionStrategy.d.ts
/**
* @since 1.0.0
*/
import * as internal from "@effect/io/internal/executionStrategy";
/**
* Describes a strategy for evaluating multiple effects, potentially in

@@ -23,3 +19,3 @@ * parallel.

export interface Sequential {
readonly op: internal.OP_SEQUENTIAL;
readonly op: 0;
}

@@ -33,3 +29,3 @@ /**

export interface Parallel {
readonly op: internal.OP_PARALLEL;
readonly op: 1;
}

@@ -43,3 +39,3 @@ /**

export interface ParallelN {
readonly op: internal.OP_PARALLEL_N;
readonly op: 2;
readonly parallelism: number;

@@ -46,0 +42,0 @@ }

{
"name": "@effect/io",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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