New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remnawave/backend-contract

Package Overview
Dependencies
Maintainers
0
Versions
80
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.24 to 0.0.25

3

build/commands/system/get-stats.command.js

@@ -10,2 +10,5 @@ "use strict";

GetStatsCommand.url = api_1.REST_API.SYSTEM.STATS;
GetStatsCommand.RequestQuerySchema = zod_1.z.object({
dt: zod_1.z.string().datetime({ offset: true }).optional(),
});
GetStatsCommand.ResponseSchema = zod_1.z.object({

@@ -12,0 +15,0 @@ response: zod_1.z.object({

@@ -8,2 +8,8 @@ import { z } from 'zod';

export const RequestQuerySchema = z.object({
dt: z.string().datetime({ offset: true }).optional(),
});
export type Request = z.infer<typeof RequestQuerySchema>;
export const ResponseSchema = z.object({

@@ -10,0 +16,0 @@ response: z.object({

2

package.json
{
"name": "@remnawave/backend-contract",
"version": "0.0.24",
"version": "0.0.25",
"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