New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dkx/http-server

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dkx/http-server - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

lib/request/request.js

@@ -11,5 +11,7 @@ "use strict";

hasHeader(name) {
name = name.toLowerCase();
return typeof this.headers[name] !== 'undefined';
}
getHeader(name) {
name = name.toLowerCase();
return this.headers[name];

@@ -16,0 +18,0 @@ }

2

package.json
{
"name": "@dkx/http-server",
"version": "1.2.2",
"version": "1.2.3",
"description": "Minimalistic HTTP server",

@@ -5,0 +5,0 @@ "repository": "git@gitlab.com:dkx/http/server.git",

Sorry, the diff of this file is not supported yet

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