Comparing version 1.0.0-beta.7 to 1.0.0-beta.8
{ | ||
"name": "libhoney", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"description": "Javascript library for sending data to Honeycomb", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/honeycombio/libhoney-js/issues", |
@@ -60,3 +60,6 @@ 'use strict'; | ||
// the maximum number of s we enqueue before we drop. | ||
maxResponseQueueSize: 1000 | ||
maxResponseQueueSize: 1000, | ||
// if this is false, all sending is disabled. useful for disabling libhoney when testing | ||
disabled: false | ||
}); | ||
@@ -473,2 +476,6 @@ | ||
function getAndInitTransmission(transmission, options) { | ||
if (options.disabled) { | ||
return null; | ||
} | ||
if (typeof transmission === "string") { | ||
@@ -475,0 +482,0 @@ if (transmission === "base") { |
@@ -29,3 +29,3 @@ 'use strict'; | ||
var userAgent = "libhoney-js/1.0.0-beta.7"; | ||
var userAgent = "libhoney-js/1.0.0-beta.8"; | ||
@@ -32,0 +32,0 @@ var _global = typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : undefined; |
{ | ||
"name": "libhoney", | ||
"version": "1.0.0-beta.7", | ||
"version": "1.0.0-beta.8", | ||
"description": "Javascript library for sending data to Honeycomb", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/honeycombio/libhoney-js/issues", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
3
59865
23
1135
1