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

@remnawave/backend-contract

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remnawave/backend-contract - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

2

build/commands/hosts/create.command.js

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

CreateHostCommand.url = api_1.REST_API.HOSTS.CREATE;
CreateHostCommand.RequestSchema = models_1.HostsSchema.pick({}).extend({
CreateHostCommand.RequestSchema = zod_1.z.object({
inboundUuid: zod_1.z

@@ -15,0 +15,0 @@ .string({

@@ -10,3 +10,3 @@ import { z } from 'zod';

export const RequestSchema = HostsSchema.pick({}).extend({
export const RequestSchema = z.object({
inboundUuid: z

@@ -13,0 +13,0 @@ .string({

{
"name": "@remnawave/backend-contract",
"version": "0.0.22",
"version": "0.0.23",
"description": "A contract library for Remnawave",

@@ -5,0 +5,0 @@ "main": "index.js",

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