Socket
Socket
Sign inDemoInstall

fastify-metrics

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-metrics - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [6.0.2](https://github.com/SkeLLLa/fastify-metrics/compare/v6.0.1...v6.0.2) (2020-08-15)
### Misc
* **deps:** update ([d193ecd](https://github.com/SkeLLLa/fastify-metrics/commit/d193ecd16ed1c8aa9e799fb64d3ace8347aaadd9))
### [6.0.1](https://github.com/SkeLLLa/fastify-metrics/compare/v6.0.0...v6.0.1) (2020-07-11)

@@ -7,0 +14,0 @@

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { FastifyPlugin } from 'fastify';
/// <reference types="node" />
import { LabelValues } from 'prom-client';

@@ -32,4 +32,4 @@ import { PluginOptions, FastifyMetrics } from './plugin';

}
declare const _default: FastifyPlugin<PluginOptions>;
declare const _default: import("fastify").FastifyPluginCallback<PluginOptions, import("http").Server>;
export = _default;
//# sourceMappingURL=index.d.ts.map
{
"name": "fastify-metrics",
"version": "6.0.1",
"version": "6.0.2",
"description": "Prometheus metrics exporter for Fastify",

@@ -40,24 +40,24 @@ "keywords": [

"dependencies": {
"fastify-plugin": "^2.0.0",
"fastify-plugin": "^2.3.0",
"prom-client": "^12.0.0"
},
"devDependencies": {
"@commitlint/cli": "^9.0.0",
"@commitlint/config-conventional": "^9.0.0",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.22",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"codecov": "^3.7.0",
"conventional-changelog-cli": "^2.0.34",
"eslint": "^7.4.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.1",
"@types/jest": "^26.0.10",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"codecov": "^3.7.2",
"conventional-changelog-cli": "^2.1.0",
"eslint": "^7.7.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-sort-requires": "^2.1.0",
"fastify": "^3.0.1",
"fastify": "^3.2.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jest": "^26.4.0",
"prettier": "^2.0.5",

@@ -67,9 +67,9 @@ "prettier-plugin-packagejson": "^2.2.5",

"replace": "^1.2.0",
"standard-version": "^8.0.0",
"ts-jest": "^26.1.1",
"standard-version": "^9.0.0",
"ts-jest": "^26.2.0",
"ts-node": "^8.10.2",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.3.1",
"typescript": "^3.9.6"
"typedoc": "^0.18.0",
"typedoc-plugin-markdown": "^2.4.0",
"typescript": "^3.9.7"
}
}

Sorry, the diff of this file is not supported yet

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