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

hyperdrive-http

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperdrive-http - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

7

index.js

@@ -77,2 +77,3 @@ var toHTML = require('directory-index-html')

xhr.onload = function () {
if (xhr.status !== 200) return onerror()
document.open()

@@ -82,6 +83,8 @@ document.write(xhr.responseText)

}
xhr.onerror = function () {
xhr.onerror = onerror
xhr.send(null)
function onerror () {
setTimeout(liveUpdate, 1000)
}
xhr.send(null)
}

@@ -88,0 +91,0 @@

{
"name": "hyperdrive-http",
"version": "4.1.0",
"version": "4.1.1",
"description": "Handle Hyper[drive|core] HTTP Requests",

@@ -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