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.17 to 0.0.18

build/commands/hosts/update.command.js

1

build/commands/hosts/index.js

@@ -21,1 +21,2 @@ "use strict";

__exportStar(require("./reorder.command"), exports);
__exportStar(require("./update.command"), exports);

@@ -256,2 +256,7 @@ "use strict";

},
UPDATE_HOST_ERROR: {
code: 'A052',
message: 'Update host error',
httpCode: 500,
},
};

@@ -5,1 +5,2 @@ export * from './create.command';

export * from './reorder.command';
export * from './update.command';

@@ -253,2 +253,7 @@ export const ERRORS = {

},
UPDATE_HOST_ERROR: {
code: 'A052',
message: 'Update host error',
httpCode: 500,
},
} as const;

2

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