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

url-ok

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

url-ok - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.travis.yml

5

package.json
{
"name": "url-ok",
"description": "check http status for number of URLs with timeout",
"version": "0.0.3",
"version": "0.0.4",
"bin": "main.js",

@@ -25,3 +25,6 @@ "main": "lib/url-ok.js",

"url": "https://github.com/cymen/url-ok"
},
"scripts": {
"test": "jasmine-node --forceexit spec/*spec.js"
}
}

4

README.md

@@ -1,3 +0,5 @@

# url-ok
# url-ok [![Build Status](https://travis-ci.org/cymen/url-ok.png?branch=master)](https://travis-ci.org/cymen/url-ok)
[![NPM](https://nodei.co/npm/url-ok.png?downloads=true&stars=true)](https://npmjs.org/package/url-ok)
`url-ok` is a HTTP and HTTPS status checker for URLs. The default timeout is 120 seconds at

@@ -4,0 +6,0 @@ which point it will abort the checks and the process will have an exit code of 1. If all

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