splunk-events
Advanced tools
Comparing version 1.3.4 to 1.4.0-beta
@@ -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": [ |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
26673
7
13
422
2
3