@qpoint/mask-urls
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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" })) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20448
1
+ Added@qpoint/endpoint@^0.0.1
+ Added@qpoint/endpoint@0.0.1(transitive)
- Removed@qpoint/router@^0.2.0
- Removed@qpoint/router@0.2.1(transitive)