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
257
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.3.2 to 0.3.3

3

dist/cjs/NodeSocket.js

@@ -14,2 +14,3 @@ "use strict";

var Layer = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("effect/Layer"));
var Option = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("effect/Option"));
var Queue = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("effect/Queue"));

@@ -101,3 +102,3 @@ var Net = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("node:net"));

}
})), Effect.forever, Effect.fork);
})), Effect.forever, Effect.fork, Effect.withUnhandledErrorLogLevel(Option.none()));
conn.on("data", chunk => {

@@ -104,0 +105,0 @@ run(handler(chunk));

@@ -11,2 +11,3 @@ /**

import * as Layer from "effect/Layer";
import * as Option from "effect/Option";
import * as Queue from "effect/Queue";

@@ -68,3 +69,3 @@ import * as Net from "node:net";

}
})), Effect.forever, Effect.fork);
})), Effect.forever, Effect.fork, Effect.withUnhandledErrorLogLevel(Option.none()));
conn.on("data", chunk => {

@@ -71,0 +72,0 @@ run(handler(chunk));

{
"name": "@effect/platform-node-shared",
"version": "0.3.2",
"version": "0.3.3",
"description": "Unified interfaces for common platform-specific services",

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

"peerDependencies": {
"@effect/platform": "^0.48.2",
"@effect/platform": "^0.48.3",
"effect": "^2.4.6"

@@ -19,0 +19,0 @@ },

@@ -12,2 +12,3 @@ /**

import * as Layer from "effect/Layer"
import * as Option from "effect/Option"
import * as Queue from "effect/Queue"

@@ -100,3 +101,4 @@ import type * as Scope from "effect/Scope"

Effect.forever,
Effect.fork
Effect.fork,
Effect.withUnhandledErrorLogLevel(Option.none())
)

@@ -103,0 +105,0 @@ conn.on("data", (chunk) => {

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc