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 0.4.0 to 0.5.0

2

package.json
{
"name": "arecibo",
"version": "0.4.0",
"version": "0.5.0",
"description": "Fastify plugin that respondes to kubernetes readiness and liveness probes.",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

@@ -17,7 +17,9 @@ <div align="center">

`npm i arecibo`
```bash
npm i arecibo
```
## Usage
```JS
```javascript
const arecibo = require('arecibo') // or import arecibo from 'arecibo'

@@ -37,4 +39,5 @@

```YAML
```yaml
...
livenessProbe:

@@ -60,2 +63,3 @@ httpGet:

periodSeconds: 15
...

@@ -65,6 +69,7 @@ ```

## Reference
* <a href="https://github.com/fastify/fastify"><code><b>Fastify</b></code></a>
* <a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/"><code><b>Configure Liveness and Readiness Probes</b></code></a>
* <a href="https://github.com/fastify/fastify">Fastify</a>
* <a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/">Configure Liveness and Readiness Probes</a>
* <a href="https://www.youtube.com/watch?v=mxEvAPQRwhw">Kubernetes Health Checks with Readiness and Liveness Probes (Kubernetes Best Practices)</a>
## Fun fact: where does the name come from?
The name is inspired by the Arecibo message, a 1974 interstellar radio message carrying basic information about humanity and Earth sent to globular star cluster M13 in the hope that extraterrestrial intelligence might receive and decipher it. The message was broadcast into space a single time via frequency modulated radio waves at a ceremony to mark the remodelling of the Arecibo radio telescope in Puerto Rico on 16 November 1974.
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