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

arecibo

Package Overview
Dependencies
Maintainers
0
Versions
32
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 4.0.0 to 4.0.1

lib/arecibo-message.d.ts

25

package.json
{
"name": "arecibo",
"version": "4.0.0",
"description": "Fastify plugin that respondes to Kubernetes startup,readiness and liveness probes.",
"version": "4.0.1",
"description": "Fastify plugin that respondes to Kubernetes readiness and liveness probes.",
"main": "./lib",

@@ -10,9 +10,6 @@ "types": "./lib/index.d.ts",

"clean-build": "rimraf ./lib && mkdir lib",
"prebuild": "npm-run-all clean-build lint type-check",
"prebuild": "npm-run-all clean-build format type-check",
"build": "tsc -p ./tsconfig.json",
"prettier": "prettier --log-level warn --write \"src/**/*.{ts,tsx}\"",
"prelint": "npm run prettier",
"format": "biome format --write .",
"lint": "biome lint .",
"lint:fix": "biome check --apply .",
"check": "biome check --apply .",
"prepublishOnly": "npm run build",

@@ -24,3 +21,3 @@ "commitlint": "commitlint",

"update": "npx npm-check -u",
"test": "node --test --require ts-node/register **/*.test.ts"
"test": "node --test --require ts-node/register src/index.test.ts"
},

@@ -49,2 +46,3 @@ "repository": {

"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.7.1",

@@ -68,12 +66,8 @@ "@commitlint/config-conventional": "^19.7.1",

"npm-run-all": "^4.1.5",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"@biomejs/biome": "1.5.3"
"typescript": "^5.7.3"
},
"files": [
"/lib"
],
"files": ["/lib"],
"dependencies": {

@@ -84,3 +78,4 @@ "fastify-plugin": "^5.0.1"

"node": ">=20.0.0"
}
},
"packageManager": "pnpm@10.4.1"
}

9

README.md

@@ -15,3 +15,3 @@ <div align="center">

[![CI](https://github.com/ducktors/arecibo/actions/workflows/ci.yaml/badge.svg)](https://github.com/ducktors/arecibo/actions/workflows/ci.yaml)
[![CI](https://github.com/ducktors/arecibo/actions/workflows/ci.yaml/badge.svg)](https://github.com/ducktors/arecibo/actions/workflows/ci.yaml) ![pnpm@10.4.1](https://img.shields.io/badge/pnpm-10.4.1-yellow)
[![NPM version](https://img.shields.io/npm/v/arecibo.svg?style=flat)](https://www.npmjs.com/package/arecibo)

@@ -27,2 +27,3 @@ [![NPM downloads](https://img.shields.io/npm/dm/arecibo.svg?style=flat)](https://www.npmjs.com/package/arecibo)

| Arecibo version | Fastify version | Branch |

@@ -36,3 +37,5 @@ | -- | -- | -- |

```bash
npm i arecibo
pnpm add arecibo
npm install arecibo
yarn add arecibo
```

@@ -57,3 +60,3 @@

```
### Note for typescript users
### Note for TypeScript users

@@ -60,0 +63,0 @@ If you set `"esModuleInterop": true` you must import this module using `import arecibo from 'arecibo'`.

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