Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arecibo

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arecibo - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

20

package.json
{
"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"
}
}
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