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

@qpoint/router

Package Overview
Dependencies
Maintainers
1
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.1.12 to 0.1.13

1

lib/context.d.ts

@@ -7,2 +7,3 @@ /// <reference types="@cloudflare/workers-types" />

state: Object;
tags: string[];
requestId: string;

@@ -9,0 +10,0 @@ url: string;

@@ -22,2 +22,3 @@ "use strict";

state; // generic object for sharing data between adapters
tags; // adapters can extract context and add tags for downstream adapters
requestId; // a unique id for this request

@@ -60,2 +61,4 @@ url; // the URL object from the initial request

this.state = state;
// start with an empty list of tags
this.tags = [];
// create a random request ID

@@ -62,0 +65,0 @@ this.requestId = generateId(24);

2

package.json
{
"name": "@qpoint/router",
"version": "0.1.12",
"version": "0.1.13",
"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