@highoutput/amqp
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54325