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.7 to 1.0.8

2

dist/nats-client.d.ts

@@ -6,2 +6,4 @@ import type { NatsService, NatsHandler } from './type';

injections?: TInjection;
user?: string;
pass?: string;
verbose?: boolean;

@@ -8,0 +10,0 @@ }) => {

8

dist/nats-client.js

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

return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
const { urls, verbose } = params;
const { urls, user, pass, verbose } = params;
const key = getClientKey(urls);

@@ -17,2 +17,4 @@ if (!clients[key]) {

servers: urls,
user,
pass,
pingInterval: 30 * 1000,

@@ -154,5 +156,5 @@ maxPingOut: 10,

setup: (params) => {
const { urls, injections, verbose } = params;
const { urls, injections, user, pass, verbose } = params;
const client = {
start: () => start({ urls, injections, verbose }),
start: () => start({ urls, injections, user, pass, verbose }),
stop: () => stop(urls),

@@ -159,0 +161,0 @@ register: (handlers) => register({ urls, handlers }),

{
"name": "@silenteer/natsu",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",

@@ -9,2 +9,3 @@ "private": false,

"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"

@@ -11,0 +12,0 @@ },

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