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.39 to 0.0.40

2

build/commands/users/get-all-users-v2.command.js

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

id: zod_1.z.string(),
value: zod_1.z.unknown(),
value: zod_1.z.string(),
});

@@ -15,0 +15,0 @@ const SortingSchema = zod_1.z.object({

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

id: z.string(),
value: z.unknown(),
value: z.string(),
});

@@ -13,0 +13,0 @@

{
"name": "@remnawave/backend-contract",
"version": "0.0.39",
"version": "0.0.40",
"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