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

pure-http

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pure-http - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

lib/utils.js

@@ -45,3 +45,3 @@ const regexToParams = (str, loose) => {

const match = url.match(
/^(https?\\:)\/\/(([^:\\/?#]*)(?:\\:([0-9]+))?)([\\/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/,
/^(https?:)\/\/(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/,
);

@@ -48,0 +48,0 @@

{
"name": "pure-http",
"version": "0.0.8",
"version": "0.0.9",
"description": "The simple web framework for Node.js with zero dependencies.",

@@ -5,0 +5,0 @@ "keywords": [

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