🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@effect/platform

Package Overview
Dependencies
Maintainers
3
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/platform - npm Package Compare versions

Comparing version

to
0.84.1

2

dist/dts/OpenApiJsonSchema.d.ts

@@ -63,3 +63,3 @@ import type * as Schema from "effect/Schema";

export interface Empty extends Annotations {
$id: "/schemas/{}";
$id: "/schemas/%7B%7D";
anyOf: [

@@ -66,0 +66,0 @@ {

{
"name": "@effect/platform",
"version": "0.84.0",
"version": "0.84.1",
"description": "Unified interfaces for common platform-specific services",

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

"peerDependencies": {
"effect": "^3.16.0"
"effect": "^3.16.1"
},

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

@@ -72,3 +72,3 @@ /**

export interface Empty extends Annotations {
$id: "/schemas/{}"
$id: "/schemas/%7B%7D"
anyOf: [

@@ -75,0 +75,0 @@ { type: "object" },

Sorry, the diff of this file is not supported yet