New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adhityan/gc-nats

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adhityan/gc-nats - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

2

lib/nats-streaming.js

@@ -134,3 +134,3 @@ "use strict";

debug('call message received processor');
yield messageReceived(message.data, subscription);
yield messageReceived(message, subscription);
debug('call message received processor success');

@@ -137,0 +137,0 @@ }

{
"name": "@adhityan/gc-nats",
"description": "Typescript Node.js client for NATS streaming server",
"version": "2.3.2",
"version": "2.3.3",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -179,3 +179,3 @@ /**

debug('call message received processor');
await messageReceived(message.data, subscription);
await messageReceived(message, subscription);
debug('call message received processor success');

@@ -182,0 +182,0 @@ } catch (e) {

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