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 4.0.0-rc.1 to 4.0.0-rc.3

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="4.0.0-rc.3"></a>
# [4.0.0-rc.3](https://gitlab.com/m03geek/fastify-metrics/compare/v4.0.0-rc.2...v4.0.0-rc.3) (2018-12-26)
<a name="4.0.0-rc.2"></a>
# [4.0.0-rc.2](https://gitlab.com/m03geek/fastify-metrics/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2018-12-26)
<a name="4.0.0-rc.1"></a>

@@ -7,0 +17,0 @@ # [4.0.0-rc.1](https://gitlab.com/m03geek/fastify-metrics/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2018-12-09)

2

dist/index.js

@@ -113,5 +113,5 @@ "use strict";

module.exports = fastify_plugin_1.default(fastifyMetricsPlugin, {
fastify: '>=1.0.0',
fastify: '>=2.0.0',
name: 'fastify-metrics',
});
//# sourceMappingURL=index.js.map
{
"name": "fastify-metrics",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.3",
"description": "Prometheus metrics exporter for Fastify",

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

"scripts": {
"prerelease": "npm run check-branch && npm run test && npm run typedoc && git add -u",
"prerelease": "npm run test",
"postbump": "echo Version: v$npm_package_version",

@@ -29,3 +29,2 @@ "postchangelog": "replace \"https://github.com/SkeLLLa/\" \"https://gitlab.com/m03geek/\" CHANGELOG.md",

"scripts": {
"check-branch": "if test \"$(git rev-parse --abbrev-ref HEAD)\" = \"$npm_package_config_releaseBranch\" ; then exit 0 ; else echo \"Not on '$npm_package_config_releaseBranch' branch\" && exit1 ; fi",
"lint": "eslint . && tslint -p ./ && tslint -p ./test",

@@ -36,5 +35,5 @@ "lint:fix": "eslint . --fix && tslint -p ./ --fix && tslint -p ./test --fix",

"build": "tsc",
"release": "standard-version",
"typedoc": "rm -rf ./docs/* && typedoc --excludeExternals --name \"$npm_package_name\" --readme none --mode file --includeDeclarations --theme markdown --out ./docs",
"pub": "npm publish --access=public"
"prerelease": "npm run typedoc",
"release": "git add -A && standard-version -A",
"typedoc": "rm -rf ./docs/* && typedoc --excludeExternals --name \"$npm_package_name\" --readme none --mode file --includeDeclarations --theme markdown --out ./docs"
},

@@ -57,22 +56,22 @@ "repository": {

"dependencies": {
"fastify-plugin": "^1.3.0",
"prom-client": "^11.2.0"
"fastify-plugin": "^1.4.0",
"prom-client": "^11.2.1"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/node": "^10.12.10",
"eslint": "^5.6.0",
"@types/node": "^10.12.18",
"eslint": "^5.11.0",
"eslint-config-google": "*",
"fastify": "^2.0.0-rc.1",
"fastify": "^2.0.0-rc.3",
"jest": "^23.0.0",
"replace": "^1.0.0",
"replace": "^1.0.1",
"standard-version": "^4.0.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.13.0",
"typedoc-plugin-markdown": "^1.1.19",
"typedoc-plugin-markdown": "^1.1.20",
"typescript": "^3.2.2"
}
}
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