splunk-events
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "splunk-events", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Javascript lib to create Splunk Logs via HTTP", | ||
@@ -5,0 +5,0 @@ "main": "dist/splunk-events.js", |
@@ -39,3 +39,3 @@ import debounce from 'lodash/debounce'; | ||
this.validateEvent(event); | ||
event = extend(event, this.getAdditionalInfo()); | ||
event = extend(event, (navigator !== 'undefined') ? this.getAdditionalInfo() : {}); | ||
@@ -42,0 +42,0 @@ let data = { |
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
724326