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

cf-service-metrics-logger

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-service-metrics-logger - npm Package Compare versions

Comparing version 0.1.2 to 0.1.4

20

CHANGELOG.md
# Changelog
## [0.1.0] - 2019-01-29
## [0.1.4] - 2019-01-31
### Added
- Cloud Foundry Service Metrics Logger
- MongoDB support
- Redis support
- Replace coveralls with sonarqube quality gate
## [0.1.3] - 2019-01-31
### Added
- Sonarqube quality gate
## [0.1.2] - 2019-01-30

@@ -16,1 +20,9 @@

- Replace coveralls with codecov
## [0.1.0] - 2019-01-29
### Added
- Cloud Foundry Service Metrics Logger
- MongoDB support
- Redis support

12

package.json
{
"name": "cf-service-metrics-logger",
"version": "0.1.2",
"version": "0.1.4",
"description": "Log Cloud Foundry service metrics",

@@ -17,3 +17,4 @@ "main": "dist/index.js",

"postbuild": "npm run bundle && rimraf .tmp",
"bundle": "dts-bundle --name dist/index --main .tmp --outputAsModuleFolder"
"bundle": "dts-bundle --name dist/index --main .tmp --outputAsModuleFolder",
"sonarconfig": "rimraf sonar-project.properties && node ./scripts/sonar-config.js"
},

@@ -52,2 +53,7 @@ "keywords": [

},
"sonar": {
"projectKey": "DaNautilus_cf-service-metrics-logger",
"sources": "src",
"reportPaths": "test/coverage/lcov.info"
},
"contributors": [

@@ -65,3 +71,5 @@ {

"@types/redis": "^2.8.10",
"chalk": "^2.4.2",
"dts-bundle": "^0.7.3",
"ini": "^1.3.5",
"jest": "^23.6.0",

@@ -68,0 +76,0 @@ "mongo-unit": "^1.3.4",

@@ -13,5 +13,8 @@ <h1 align="center">Cloud Foundry Service Metrics Logger</h1>

</a>
<a href="https://codecov.io/gh/DaNautilus/cf-service-metrics-logger">
<img src="https://codecov.io/gh/DaNautilus/cf-service-metrics-logger/branch/master/graph/badge.svg" alt="codecov" />
<a href="https://sonarcloud.io/dashboard?id=DaNautilus_cf-service-metrics-logger">
<img src="https://sonarcloud.io/api/project_badges/measure?project=DaNautilus_cf-service-metrics-logger&metric=coverage" alt="coverage" />
</a>
<a href="https://sonarcloud.io/dashboard/index/DaNautilus_cf-service-metrics-logger">
<img src="https://sonarcloud.io/api/project_badges/measure?project=DaNautilus_cf-service-metrics-logger&metric=alert_status" alt="quality gate" />
</a>
</p>

@@ -18,0 +21,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