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

@highoutput/amqp

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/amqp - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

9

build/index.d.ts

@@ -9,5 +9,10 @@ import Client, { ClientOptions } from './lib/client';

host: string;
port: number;
username?: string;
port?: number;
username: string;
password?: string;
transport?: 'ssl' | 'tcp' | 'tls';
ca?: string;
servername?: string;
key?: string;
cert?: string;
initialReconnectDelay: number;

@@ -14,0 +19,0 @@ maxReconnectDelay: number;

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

host: 'localhost',
port: 5672,
username: 'ANONYMOUS',
initialReconnectDelay: 100,

@@ -32,0 +32,0 @@ maxReconnectDelay: 10000,

{
"name": "@highoutput/amqp",
"version": "0.4.1",
"version": "0.4.2",
"description": "A simplified abstraction of the AMQP 1.0 protocol",

@@ -52,3 +52,3 @@ "keywords": [

},
"gitHead": "5ed7d2f0f80acea6e95e7b8daad2b9cea004d183"
"gitHead": "7f359863fea7815dae17fba8e5d8b6bb16923d95"
}

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