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

@silenteer/natsu

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silenteer/natsu - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

8

dist/nats-client.js

@@ -39,4 +39,4 @@ "use strict";

try {
injection = Object.assign({ message,
natsService }, registeredInjection);
injection = Object.assign(Object.assign({}, registeredInjection), { message,
natsService });
handlerLogService.info('Begin');

@@ -357,3 +357,3 @@ if (!data) {

data: beforeResult ? beforeResult.data : data,
injection,
injection: beforeResult ? beforeResult.injection : injection,
});

@@ -414,3 +414,3 @@ if (beforeResult.code !== 'OK') {

result: afterResult ? afterResult.result : result,
injection,
injection: afterResult ? afterResult.injection : injection,
});

@@ -417,0 +417,0 @@ if (afterResult.code !== 'OK') {

{
"name": "@silenteer/natsu",
"version": "1.0.22",
"version": "1.0.23",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet

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