Socket
Socket
Sign inDemoInstall

@effect/io

Package Overview
Dependencies
1
Maintainers
3
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.39.0 to 0.39.1

2

package.json
{
"name": "@effect/io",
"version": "0.39.0",
"version": "0.39.1",
"description": "Functional programming in TypeScript",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -8,4 +8,4 @@ /**

import type * as Exit from "@effect/io/Exit"
import type * as Fiber from "@effect/io/Fiber"
import * as defaultServices from "@effect/io/internal/defaultServices"
import type { FiberRuntime } from "@effect/io/internal/fiberRuntime"
import * as internal from "@effect/io/internal/tracer"

@@ -35,3 +35,3 @@

) => Span
readonly context: <X>(f: () => X, fiber: FiberRuntime<any, any>) => X
readonly context: <X>(f: () => X, fiber: Fiber.RuntimeFiber<any, any>) => X
}

@@ -38,0 +38,0 @@

@@ -8,3 +8,3 @@ /**

import type * as Exit from "@effect/io/Exit";
import type { FiberRuntime } from "@effect/io/internal/fiberRuntime";
import type * as Fiber from "@effect/io/Fiber";
/**

@@ -24,3 +24,3 @@ * @since 1.0.0

readonly span: (name: string, parent: Option.Option<ParentSpan>, context: Context.Context<never>, links: ReadonlyArray<SpanLink>, startTime: bigint) => Span;
readonly context: <X>(f: () => X, fiber: FiberRuntime<any, any>) => X;
readonly context: <X>(f: () => X, fiber: Fiber.RuntimeFiber<any, any>) => X;
}

@@ -27,0 +27,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc