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

@effect/platform-node

Package Overview
Dependencies
Maintainers
0
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/platform-node - npm Package Compare versions

Comparing version 0.56.5 to 0.56.6

2

dist/cjs/internal/httpClientUndici.js

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

/** @internal */
const layer = exports.layer = /*#__PURE__*/Layer.provide(layerWithoutDispatcher, dispatcherLayerGlobal);
const layer = exports.layer = /*#__PURE__*/Layer.provide(layerWithoutDispatcher, dispatcherLayer);
//# sourceMappingURL=httpClientUndici.js.map

@@ -186,3 +186,3 @@ import * as Cookies from "@effect/platform/Cookies";

/** @internal */
export const layer = /*#__PURE__*/Layer.provide(layerWithoutDispatcher, dispatcherLayerGlobal);
export const layer = /*#__PURE__*/Layer.provide(layerWithoutDispatcher, dispatcherLayer);
//# sourceMappingURL=httpClientUndici.js.map
{
"name": "@effect/platform-node",
"version": "0.56.5",
"version": "0.56.6",
"description": "Platform specific implementations for the Node.js runtime",

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

@@ -246,2 +246,2 @@ import * as Cookies from "@effect/platform/Cookies"

/** @internal */
export const layer = Layer.provide(layerWithoutDispatcher, dispatcherLayerGlobal)
export const layer = Layer.provide(layerWithoutDispatcher, dispatcherLayer)

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