@mojaloop/central-services-metrics
Advanced tools
Comparing version 11.0.0 to 12.0.0
{ | ||
"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" | ||
} | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6771
20
3
0
1
3
+ Addedprom-client@14.0.1(transitive)
- Removedprom-client@13.1.0(transitive)
Updatedprom-client@14.0.1