Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -5,3 +5,4 @@ const Ping = require('../').Ping | ||
host: 'google.com', | ||
path:'/' | ||
path:'/', | ||
timeout: 20 | ||
} | ||
@@ -8,0 +9,0 @@ |
@@ -140,4 +140,8 @@ const https= require('https') | ||
} | ||
destroy () { | ||
self.req.abort() | ||
} | ||
} | ||
module.exports = Ping |
{ | ||
"name": "probe", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "Ping and probe stuff.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8230
247