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

@qpoint/mask-urls

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qpoint/mask-urls - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/index.d.ts

@@ -1,2 +0,2 @@

import { Context } from '@qpoint/router';
import { Context } from '@qpoint/endpoint';
export interface MaskUrlsConfig {

@@ -3,0 +3,0 @@ basePath?: string;

/// <reference types="@cloudflare/workers-types" />
import { Context } from '@qpoint/router';
import { Context } from '@qpoint/endpoint';
import { MaskUrlsConfig } from '.';

@@ -4,0 +4,0 @@ interface LinkPattern {

{
"name": "@qpoint/mask-urls",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Qpoint adapter for masking URLs behind a reverse proxy",

@@ -19,6 +19,6 @@ "author": "Tyler Flint <tyler@qpoint.io>",

"release": "npm publish --access=public",
"bundle": "esbuild src/index.ts --outdir=dist --bundle --sourcemap=external --platform=browser --format=esm"
"bundle": "npx esbuild src/index.ts --outdir=dist --bundle --sourcemap=external --platform=browser --format=esm"
},
"dependencies": {
"@qpoint/router": "^0.2.0"
"@qpoint/endpoint": "^0.0.1"
},

@@ -25,0 +25,0 @@ "devDependencies": {

@@ -18,3 +18,3 @@ # qpoint-mask-urls

```ts
import Router from "@qpoint/router";
import Endpoint from "@qpoint/endpoint";
import proxy from "@qpoint/proxy";

@@ -24,3 +24,3 @@ import maskUrls from "@qpoint/mask-urls";

export default new Router()
export default new Endpoint()
// proxy to qpoint.io

@@ -27,0 +27,0 @@ .use(proxy({ appUrl: "https://qpoint.io" }))

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