Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@effect/platform-node-shared

Package Overview
Dependencies
Maintainers
3
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/platform-node-shared - npm Package Compare versions

Comparing version 0.1.14 to 0.2.0

6

package.json
{
"name": "@effect/platform-node-shared",
"version": "0.1.14",
"version": "0.2.0",
"description": "Unified interfaces for common platform-specific services",

@@ -16,4 +16,4 @@ "license": "MIT",

"peerDependencies": {
"@effect/platform": "^0.45.6",
"effect": "^2.3.8"
"@effect/platform": "^0.46.0",
"effect": "^2.4.0"
},

@@ -20,0 +20,0 @@ "exports": {

@@ -120,3 +120,3 @@ import { type PlatformError, SystemError } from "@effect/platform/Error"

Effect.sync(evaluate),
Queue.unbounded<Either.Either<Exit.Exit<void, IE | E>, void>>()
Queue.unbounded<Either.Either<void, Exit.Exit<void, IE | E>>>()
),

@@ -203,3 +203,3 @@ ([duplex, queue]) => readableOffer(duplex, queue, onError)

Effect.sync(evaluate),
Queue.unbounded<Either.Either<Exit.Exit<void, E>, void>>()
Queue.unbounded<Either.Either<void, Exit.Exit<void, E>>>()
),

@@ -275,3 +275,3 @@ ([readable, queue]) => readableOffer(readable, queue, onError)

readable: Readable | NodeJS.ReadableStream,
queue: Queue.Queue<Either.Either<Exit.Exit<void, E>, void>>,
queue: Queue.Queue<Either.Either<void, Exit.Exit<void, E>>>,
onError: (error: unknown) => E

@@ -299,3 +299,3 @@ ) =>

readable: Readable | NodeJS.ReadableStream,
queue: Queue.Queue<Either.Either<Exit.Exit<void, E>, void>>,
queue: Queue.Queue<Either.Either<void, Exit.Exit<void, E>>>,
chunkSize: number | undefined

@@ -302,0 +302,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