splunk-events
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -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 @@ |
{ | ||
"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 @@ }; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17854
1
13