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
259
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.9.2 to 0.9.3

2

dist/cjs/internal/fileSystem.js

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

[FileSystem.FileTypeId];
semaphore = Effect.unsafeMakeSemaphore(1);
semaphore = /*#__PURE__*/Effect.unsafeMakeSemaphore(1);
position = 0n;

@@ -128,0 +128,0 @@ constructor(fd, append) {

@@ -117,3 +117,3 @@ import { effectify } from "@effect/platform/Effectify";

[FileSystem.FileTypeId];
semaphore = Effect.unsafeMakeSemaphore(1);
semaphore = /*#__PURE__*/Effect.unsafeMakeSemaphore(1);
position = 0n;

@@ -120,0 +120,0 @@ constructor(fd, append) {

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

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

"peerDependencies": {
"@effect/platform": "^0.59.2",
"effect": "^3.5.6"
"@effect/platform": "^0.59.3",
"effect": "^3.5.7"
},

@@ -21,0 +21,0 @@ "publishConfig": {

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