hyperdrive-http
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -7,3 +7,3 @@ var toHTML = require('directory-index-html') | ||
var corsify = require('corsify') | ||
var pkg = require('./package') | ||
var pkg = require('./package.json') | ||
@@ -77,3 +77,3 @@ module.exports = serve | ||
var xhr = new XMLHttpRequest() | ||
xhr.open("GET", "${name}?wait=${wait}", true) | ||
xhr.open("GET", ".${name}?wait=${wait}", true) | ||
xhr.onload = function () { | ||
@@ -80,0 +80,0 @@ if (xhr.status !== 200) return onerror() |
{ | ||
"name": "hyperdrive-http", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Handle Hyper[drive|core] HTTP Requests", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2
3
8731
6
175