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
50
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.43 to 0.0.44

5

dist/index.js

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

subject: wsRequest.subject,
data: wsRequest.data,
headers,

@@ -269,3 +270,3 @@ options,

return tslib_1.__awaiter(this, void 0, void 0, function* () {
const { subject, headers, options } = params;
const { subject, headers, options, data = {} } = params;
let result;

@@ -276,3 +277,3 @@ const shouldSetNamespace = (_a = configuration_1.default.natsNamespaceSubjects) === null || _a === void 0 ? void 0 : _a.includes(subject);

headers,
body: { subject },
body: Object.assign({ subject }, data),
};

@@ -279,0 +280,0 @@ const message = yield service_nats_1.default.request({

2

package.json
{
"name": "@silenteer/natsu-port-server",
"version": "0.0.43",
"version": "0.0.44",
"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