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

@silenteer/natsu-port-server

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silenteer/natsu-port-server - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

7

dist/index.js

@@ -35,2 +35,3 @@ "use strict";

.post(configuration_1.default.httpPath, (request, reply) => (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
var _a;
try {

@@ -44,3 +45,7 @@ const validationResult = validateHttpRequest(request);

if (authenticationResult.code !== 'OK') {
reply.send(authenticationResult.authResponse);
reply.send({
code: authenticationResult.code,
body: (_a = authenticationResult.authResponse) === null || _a === void 0 ? void 0 : _a.body,
});
return;
}

@@ -47,0 +52,0 @@ const response = yield sendNatsRequest({

2

package.json
{
"name": "@silenteer/natsu-port-server",
"version": "0.0.16",
"version": "0.0.17",
"license": "MIT",

@@ -5,0 +5,0 @@ "private": false,

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