New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mojaloop/central-services-metrics

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mojaloop/central-services-metrics - npm Package Compare versions

Comparing version 11.0.0 to 12.0.0

51

package.json
{
"name": "@mojaloop/central-services-metrics",
"version": "11.0.0",
"version": "12.0.0",
"description": "Shared code for metrics generation",

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

"scripts": {
"test": "npm run test:unit | faucet",
"test": "npm run test:unit",
"pretest": "npm run build",

@@ -22,10 +22,12 @@ "standard": "npx ts-standard",

"watch": "npx tsc -w",
"test:unit": "npx ts-node node_modules/tape/bin/tape 'test/unit/**/*.test.ts'",
"test:xunit": "npm run test:unit | tap-xunit",
"test:coverage": "nyc --reporter=lcov --require ts-node/register tape test/unit/**/*.test.{ts,js} | tap-spec; nyc report ---reporter=text",
"git:standardFix": "standard --fix",
"test:unit": "npx ts-node node_modules/tape/bin/tape 'test/unit/**/*.test.ts' | tap-spec",
"test:xunit": "npx ts-node node_modules/tape/bin/tape 'test/unit/**/*.test.ts' | tap-xunit > ./test/results/xunit.xml",
"test:coverage": "nyc --reporter=lcov --reporter=text-summary --require ts-node/register tape test/unit/**/*.test.{ts,js}",
"test:coverage-check": "npm run test:coverage && nyc check-coverage",
"audit:resolve": "npx resolve-audit --production",
"audit:check": "npx check-audit --production",
"dep:check": "npx ncu -e 2",
"dep:update": "npx ncu -u"
"dep:update": "npx ncu -u",
"release": "npx standard-version --no-verify --releaseCommitMessageFormat 'chore(release): {{currentTag}} [skip ci]'",
"snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
},

@@ -60,23 +62,25 @@ "pre-commit": [

"dependencies": {
"prom-client": "13.1.0"
"prom-client": "14.0.1"
},
"devDependencies": {
"@types/node": "15.0.3",
"@types/tape": "4.13.0",
"debug": "4.3.1",
"faucet": "0.0.1",
"npm-audit-resolver": "2.3.0",
"npm-check-updates": "11.5.11",
"@types/node": "^17.0.34",
"@types/tape": "^4.13.2",
"debug": "4.3.4",
"npm-audit-resolver": "3.0.0-7",
"npm-check-updates": "13.0.1",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"standard": "16.0.3",
"tap-spec": "5.0.0",
"replace": "^1.2.1",
"standard": "17.0.0",
"standard-version": "^9.5.0",
"tap-spec": "^5.0.0",
"tap-xunit": "2.4.1",
"tape": "5.2.2",
"tape": "5.5.3",
"tapes": "4.1.0",
"ts-node": "9.1.1",
"ts-standard": "^10.0.0",
"ts-node": "10.7.0",
"ts-standard": "^11.0.0",
"tslib": "^2.4.0",
"tslint": "6.1.3",
"typedoc": "0.20.36",
"typescript": "4.2.4"
"typedoc": "0.22.15",
"typescript": "^4.6.4"
},

@@ -98,3 +102,8 @@ "nyc": {

]
},
"standard-version": {
"scripts": {
"postchangelog": "npx replace '\\[mojaloop/#(\\d+)\\]\\(https://github.com/mojaloop/(.*)/issues/(\\d+)\\)' '[mojaloop/#$1](https://github.com/mojaloop/project/issues/$1)' CHANGELOG.md"
}
}
}
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