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.26 to 0.0.27

7

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

@@ -34,4 +34,11 @@ "use strict";

}),
stats: zod_1.z.object({
nodesUsageLastTwoDays: zod_1.z.object({
current: zod_1.z.string(),
previous: zod_1.z.string(),
percentage: zod_1.z.number(),
}),
}),
}),
});
})(GetStatsCommand || (exports.GetStatsCommand = GetStatsCommand = {}));

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

}),
stats: z.object({
nodesUsageLastTwoDays: z.object({
current: z.string(),
previous: z.string(),
percentage: z.number(),
}),
}),
}),

@@ -40,0 +47,0 @@ });

2

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