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

@remnawave/node-contract

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remnawave/node-contract - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

6

build/commands/handler/remove-user.command.d.ts

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

const RequestSchema: z.ZodObject<{
tag: z.ZodString;
tags: z.ZodArray<z.ZodString, "many">;
username: z.ZodString;
}, "strip", z.ZodTypeAny, {
username: string;
tag: string;
tags: string[];
}, {
username: string;
tag: string;
tags: string[];
}>;

@@ -15,0 +15,0 @@ type Request = z.infer<typeof RequestSchema>;

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

RemoveUserCommand.RequestSchema = zod_1.z.object({
tag: zod_1.z.string(),
tags: zod_1.z.array(zod_1.z.string()),
username: zod_1.z.string(),

@@ -13,0 +13,0 @@ });

{
"name": "@remnawave/node-contract",
"version": "0.2.6",
"version": "0.2.7",
"description": "A node-contract library for Remnawave Panel",

@@ -5,0 +5,0 @@ "main": "build/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