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.27 to 0.0.28

8

build/constants/templates/template-keys.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TEMPLATE_KEYS = void 0;
exports.TEMPLATE_KEYS = ['DAYS_LEFT', 'TRAFFIC_USED', 'TRAFFIC_LEFT', 'STATUS'];
exports.TEMPLATE_KEYS = [
'DAYS_LEFT',
'TRAFFIC_USED',
'TRAFFIC_LEFT',
'STATUS',
'TOTAL_TRAFFIC',
];

@@ -1,2 +0,8 @@

export const TEMPLATE_KEYS = ['DAYS_LEFT', 'TRAFFIC_USED', 'TRAFFIC_LEFT', 'STATUS'] as const;
export const TEMPLATE_KEYS = [
'DAYS_LEFT',
'TRAFFIC_USED',
'TRAFFIC_LEFT',
'STATUS',
'TOTAL_TRAFFIC',
] as const;
export type TemplateKeys = (typeof TEMPLATE_KEYS)[number];

2

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