Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remnawave/backend-contract

Package Overview
Dependencies
Maintainers
0
Versions
77
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.53 to 0.0.54

4

api/controllers/api-tokens.ts
export const API_TOKENS_CONTROLLER = 'tokens' as const;
export const API_TOKENS_ROUTES = {
CREATE: '',
DELETE: '',
CREATE: 'create',
DELETE: 'delete',
GET_ALL: '',
} as const;

@@ -6,5 +6,5 @@ "use strict";

exports.API_TOKENS_ROUTES = {
CREATE: '',
DELETE: '',
CREATE: 'create',
DELETE: 'delete',
GET_ALL: '',
};
{
"name": "@remnawave/backend-contract",
"version": "0.0.53",
"version": "0.0.54",
"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