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

@effect/rpc

Package Overview
Dependencies
Maintainers
3
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/rpc - npm Package Compare versions

Comparing version 0.34.4 to 0.34.5

2

dist/cjs/Router.js

@@ -135,3 +135,3 @@ "use strict";

discard: true
}), Effect.ensuring(Queue.offer(queue, EOF)), Effect.fork)), Effect.map(([_, queue]) => Stream.fromChannel(channelFromQueue(queue))), Stream.unwrap);
}), Effect.ensuring(Queue.offer(queue, EOF)), Effect.forkScoped)), Effect.map(([_, queue]) => Stream.fromChannel(channelFromQueue(queue))), Stream.unwrapScoped);
};

@@ -138,0 +138,0 @@ /**

@@ -125,3 +125,3 @@ import * as Schema from "@effect/schema/Schema";

discard: true
}), Effect.ensuring(Queue.offer(queue, EOF)), Effect.fork)), Effect.map(([_, queue]) => Stream.fromChannel(channelFromQueue(queue))), Stream.unwrap);
}), Effect.ensuring(Queue.offer(queue, EOF)), Effect.forkScoped)), Effect.map(([_, queue]) => Stream.fromChannel(channelFromQueue(queue))), Stream.unwrapScoped);
};

@@ -128,0 +128,0 @@ /**

{
"name": "@effect/rpc",
"version": "0.34.4",
"version": "0.34.5",
"description": "Functional programming in TypeScript",

@@ -13,3 +13,3 @@ "license": "MIT",

"peerDependencies": {
"@effect/platform": "^0.61.4",
"@effect/platform": "^0.61.5",
"@effect/schema": "^0.70.2",

@@ -16,0 +16,0 @@ "effect": "^3.6.1"

@@ -289,7 +289,7 @@ /**

Effect.ensuring(Queue.offer(queue, EOF)),
Effect.fork
Effect.forkScoped
)
),
Effect.map(([_, queue]) => Stream.fromChannel(channelFromQueue(queue))),
Stream.unwrap
Stream.unwrapScoped
)

@@ -296,0 +296,0 @@ }

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc