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

splunk-events

Package Overview
Dependencies
Maintainers
55
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.4 to 1.4.0-beta

.eslintignore

11

CHANGELOG.md

@@ -10,22 +10,19 @@ # Changelog

## [1.4.0-beta] - 2020-09-17
### Changed
- Migrate to TypeScript :tada:
## [1.3.4] - 2020-05-18
### Fixed
- Typo on additional info.
## [1.3.3] - 2020-05-18 [YANKED]
### Fixed
- Adding additional info.
## [1.3.2] - 2020-04-08
### Added
- New `shouldParseEventData` config
### Changed
- Update documentation
{
"name": "splunk-events",
"version": "1.3.4",
"version": "1.4.0-beta",
"description": "Javascript lib to create Splunk Logs via HTTP",
"main": "SplunkEvents.js",
"main": "lib/splunk-events.js",
"types": "lib/splunk-events.d.ts",
"scripts": {
"test": "vtex-test-tools test",
"build": "babel src/index.js -o SplunkEvents.js && yarn test",
"build": "tsc -D --outDir lib ./src/splunk-events.ts",
"lint": "eslint --ext ts .",
"prereleasy": "yarn test",
"postreleasy": "npm publish",
"prepublish": "yarn test && yarn build"
"prepublishOnly": "yarn test && yarn build"
},

@@ -16,13 +18,7 @@ "devDependencies": {

"@vtex/test-tools": "^3.1.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"@vtex/tsconfig": "^0.5.0",
"eslint": "6.8.0",
"eslint-config-vtex": "^12.3.2",
"prettier": "^2.0.4"
"prettier": "^2.0.4",
"typescript": "^4.0.2"
},

@@ -29,0 +25,0 @@ "contributors": [

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