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.1 to 4.2.0

3

index.js

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

var qs = require('querystring')
var corsify = require('corsify')
var pkg = require('./package')

@@ -14,3 +15,3 @@

return onrequest
return corsify(onrequest)

@@ -17,0 +18,0 @@ function onrequest (req, res) {

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

@@ -17,2 +17,3 @@ "main": "index.js",

"dependencies": {
"corsify": "^2.1.0",
"directory-index-html": "^2.1.0",

@@ -19,0 +20,0 @@ "mime": "^1.3.4",

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