🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fluojs/metrics

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluojs/metrics - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+3
-3
package.json

@@ -11,3 +11,3 @@ {

],
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -40,5 +40,5 @@ "license": "MIT",

"prom-client": "^15.1.3",
"@fluojs/di": "^1.0.1",
"@fluojs/di": "^1.0.2",
"@fluojs/http": "^1.0.0",
"@fluojs/runtime": "^1.0.1"
"@fluojs/runtime": "^1.1.0"
},

@@ -45,0 +45,0 @@ "devDependencies": {

@@ -166,3 +166,3 @@ # @fluojs/metrics

- `HttpMetricsMiddleware` 및 HTTP path-label 옵션 타입
- `provider`(현재는 `'prometheus'`만 지원)와 endpoint `middleware`를 포함한 module option
- `provider`(현재는 `'prometheus'`만 지원), module-level `middleware`, endpoint-scoped `endpointMiddleware`를 포함한 module option
- `prom-client`의 `Registry`

@@ -169,0 +169,0 @@

@@ -166,3 +166,3 @@ # @fluojs/metrics

- `HttpMetricsMiddleware` and HTTP path-label option types
- Module options including `provider` (currently only `'prometheus'`) and endpoint `middleware`
- Module options including `provider` (currently only `'prometheus'`), module-level `middleware`, and endpoint-scoped `endpointMiddleware`
- `Registry` from `prom-client`

@@ -169,0 +169,0 @@