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

@qpoint/router

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qpoint/router - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/context.js

@@ -67,3 +67,3 @@ "use strict";

// create a copy of the initial request, which will presumably be modified heavily
this.proxy = new Request(this.request);
this.proxy = request.clone();
// the final response, set to a 404 initially

@@ -70,0 +70,0 @@ this.response = new Response(null, { status: 404 });

{
"name": "@qpoint/router",
"version": "0.2.0",
"version": "0.2.1",
"description": "Qpoint - an intelligent edge router framework",

@@ -5,0 +5,0 @@ "author": "Tyler Flint <tyler@qpoint.io>",

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