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

node-nats-streaming

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nats-streaming - npm Package Compare versions

Comparing version 0.0.6 to 0.0.8

6

index.d.ts

@@ -69,2 +69,8 @@

getCrc32():number;
/**
* Acks the message, note this method shouldn't be called unless
* the manualAcks option was set on the subscription.
*/
ack();
}

@@ -71,0 +77,0 @@

2

lib/stan.js

@@ -24,3 +24,3 @@ /*!

*/
var VERSION = '0.0.6',
var VERSION = '0.0.8',
DEFAULT_PORT = 4222,

@@ -27,0 +27,0 @@ DEFAULT_PRE = 'nats://localhost:',

{
"name": "node-nats-streaming",
"version": "0.0.6",
"version": "0.0.8",
"description": "Node.js client for NATS Streaming, a lightweight, high-performance cloud native messaging system",

@@ -5,0 +5,0 @@ "keywords": [

@@ -123,4 +123,2 @@ # [Work-in-progress] node-nats-streaming - Node.js NATS Streaming Client

Note that you cannot have a queue group that is also a durable subscriber.
```javascript

@@ -127,0 +125,0 @@ var opts = stan.subscriptionOptions();

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