New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.1.1

2

main.js

@@ -11,3 +11,3 @@ #!/usr/bin/env node

if (options.parsed.verbose) {
console.log('Waiting up to', Math.round(timeout/1000), 'seconds for response(s) with check every', Math.round(interval/1000), 'seconds.');
console.log('Waiting up to', Math.round(timeout/1000), 'seconds for response(s) with check every', Math.round(interval/100)/10, 'seconds.');
}

@@ -14,0 +14,0 @@

{
"name": "url-ok",
"description": "check http or https status for number of URLs with timeout",
"version": "0.1.0",
"version": "0.1.1",
"bin": "main.js",

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

@@ -49,3 +49,3 @@ # url-ok [![Build Status](https://travis-ci.org/cymen/url-ok.png?branch=master)](https://travis-ci.org/cymen/url-ok)

# url-ok http://no.such.server.localhost/ --timeout 2 --interval .5 --verbose --debug
Waiting up to 2 seconds for response(s) with check every 1 seconds.
Waiting up to 2 seconds for response(s) with check every 0.5 seconds.
Requesting http://no.such.server.localhost/

@@ -52,0 +52,0 @@ DEBUG: requesting http://no.such.server.localhost/ (interval: 500ms)