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.35 to 1.0.36

12

dist/nats-client.js

@@ -336,3 +336,7 @@ "use strict";

if (result.code !== 'OK') {
middlewareLogService.error(result);
middlewareLogService.error({
code: result.code,
data: result.data,
errors: result.errors,
});
}

@@ -362,3 +366,7 @@ return Object.assign(Object.assign({}, result), { injection: Object.assign(Object.assign({}, result.injection), { logService: injection.logService }) });

if (result.code !== 'OK') {
middlewareLogService.error(result);
middlewareLogService.error({
code: result.code,
data: result.data,
errors: result.errors,
});
}

@@ -365,0 +373,0 @@ return Object.assign(Object.assign({}, result), { injection: Object.assign(Object.assign({}, result.injection), { logService: injection.logService }) });

2

package.json
{
"name": "@silenteer/natsu",
"version": "1.0.35",
"version": "1.0.36",
"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