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

cron-ping

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cron-ping - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "cron-ping",
"version": "0.0.5",
"version": "0.0.6",
"description": "Background process that pings addresses.",

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

@@ -27,2 +27,10 @@ cron-ping

## Forever
You can use forever to run cron-ping as a background process. Put your entire usage into a single file.
For example pinger.js
```
npm install forever -g
forever start pinger.js
```
## API

@@ -29,0 +37,0 @@ - monitor(pattern, sites, cb, stop)

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