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

splunk-events

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

splunk-events - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

8

CHANGELOG.md

@@ -10,6 +10,12 @@ # Changelog

## [1.3.3] - 2020-05-18
## [1.3.4] - 2020-05-18
### Fixed
- Typo on additional info.
## [1.3.3] - 2020-05-18 [YANKED]
### Fixed
- Adding additional info.

@@ -16,0 +22,0 @@

9

package.json
{
"name": "splunk-events",
"version": "1.3.3",
"version": "1.3.4",
"description": "Javascript lib to create Splunk Logs via HTTP",
"main": "SplunkEvents.js",
"scripts": {
"build": "babel src/index.js -o SplunkEvents.js",
"test": "vtex-test-tools test",
"build": "babel src/index.js -o SplunkEvents.js && yarn test",
"prereleasy": "yarn test",
"postreleasy": "npm publish",
"prepublish": "npm run build"
"prepublish": "yarn test && yarn build"
},
"devDependencies": {
"@vtex/prettier-config": "^0.1.4",
"@vtex/test-tools": "^3.1.0",
"babel": "^6.23.0",

@@ -14,0 +17,0 @@ "babel-cli": "^6.26.0",

@@ -227,3 +227,3 @@ 'use strict';

return {
additional_info: additionaInfo
additional_info: additionalInfo
};

@@ -230,0 +230,0 @@ };

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