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

webtouch

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webtouch - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

gource.mp4

5

index.js

@@ -82,3 +82,6 @@ var cheerio = require('cheerio')

request(_url, {timeout:opts.timeout, headers:{accept:mime.lookup(_url, 'text/html')}}, function (e, resp, body) {
var headers = opts.headers || {}
headers.accept = mime.lookup(_url, 'text/html')
request(_url, {timeout:opts.timeout, headers:headers}, function (e, resp, body) {
if (e) {

@@ -85,0 +88,0 @@ e.message += (' in ' + _url)

2

package.json
{
"name": "webtouch",
"version": "0.5.1",
"version": "0.6.0",
"description": "Validate that a web site and all its required resources are available.",

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

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