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.8 to 0.4.9

2

build/lib/util.js

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

const type = typeof object;
if (type === 'object') {
if (type === 'object' && !(object instanceof Date || object instanceof Set || object instanceof Map || object instanceof Buffer)) {
if (object === null) {

@@ -85,0 +85,0 @@ return null;

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

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

},
"gitHead": "36b91e455ca435aaba94cbd0c2f151c52943c0a7"
"gitHead": "de315595bb78c0e4b0d701a4bba654d43f6cd55a"
}

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