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.9 to 0.3.0

33

build/commands/xray/start.command.d.ts

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

error: z.ZodNullable<z.ZodString>;
systemInformation: z.ZodNullable<z.ZodObject<{
cpuCores: z.ZodNumber;
cpuModel: z.ZodString;
memoryTotal: z.ZodString;
}, "strip", z.ZodTypeAny, {
cpuCores: number;
cpuModel: string;
memoryTotal: string;
}, {
cpuCores: number;
cpuModel: string;
memoryTotal: string;
}>>;
}, "strip", z.ZodTypeAny, {

@@ -16,2 +29,7 @@ isStarted: boolean;

error: string | null;
systemInformation: {
cpuCores: number;
cpuModel: string;
memoryTotal: string;
} | null;
}, {

@@ -21,2 +39,7 @@ isStarted: boolean;

error: string | null;
systemInformation: {
cpuCores: number;
cpuModel: string;
memoryTotal: string;
} | null;
}>;

@@ -28,2 +51,7 @@ }, "strip", z.ZodTypeAny, {

error: string | null;
systemInformation: {
cpuCores: number;
cpuModel: string;
memoryTotal: string;
} | null;
};

@@ -35,2 +63,7 @@ }, {

error: string | null;
systemInformation: {
cpuCores: number;
cpuModel: string;
memoryTotal: string;
} | null;
};

@@ -37,0 +70,0 @@ }>;

@@ -15,4 +15,9 @@ "use strict";

error: zod_1.z.string().nullable(),
systemInformation: zod_1.z.nullable(zod_1.z.object({
cpuCores: zod_1.z.number(),
cpuModel: zod_1.z.string(),
memoryTotal: zod_1.z.string(),
})),
}),
});
})(StartXrayCommand || (exports.StartXrayCommand = StartXrayCommand = {}));

2

package.json
{
"name": "@remnawave/node-contract",
"version": "0.2.9",
"version": "0.3.0",
"description": "A node-contract library for Remnawave Panel",

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

Sorry, the diff of this file is not supported yet

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