Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "arecibo", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.", | ||
@@ -12,2 +12,3 @@ "main": "./lib", | ||
"build": "tsc -p ./tsconfig.json", | ||
"preinstall": "npx only-allow npm", | ||
"prettier": "prettier --loglevel warn --write \"src/**/*.{ts,tsx}\"", | ||
@@ -20,3 +21,4 @@ "prelint": "npm run prettier", | ||
"commit": "npx git-cz", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"update": "npx npm-check -u" | ||
}, | ||
@@ -47,2 +49,3 @@ "repository": { | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@commitlint/lint": "^17.4.4", | ||
"@commitlint/prompt": "^17.1.2", | ||
@@ -53,3 +56,3 @@ "@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/github": "^8.0.6", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@semantic-release/npm": "^10.0.2", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
@@ -61,11 +64,11 @@ "@types/node": "^18.11.19", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"husky": "^7.0.4", | ||
"fastify": "^4.12.0", | ||
"semantic-release": "^19.0.5", | ||
"fastify": "^4.15.0", | ||
"husky": "^8.0.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.3", | ||
"rimraf": "^4.1.2", | ||
"semantic-release": "^21.0.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.0.3" | ||
}, | ||
@@ -77,3 +80,6 @@ "files": [ | ||
"fastify-plugin": "^4.5.0" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13538
24
1