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

@qpoint/mask-urls

Package Overview
Dependencies
Maintainers
1
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.1.2 to 0.1.3

6

lib/index.js

@@ -18,2 +18,8 @@ "use strict";

config = ctx.state['mask-urls.config'];
// default absolute to false
if (!('absolute' in config))
config.absolute = false;
// mask assets by default
if (!('maskAssets' in config))
config.maskAssets = true;
// generate an assets config

@@ -20,0 +26,0 @@ const assetsConfig = {

2

package.json
{
"name": "@qpoint/mask-urls",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Qpoint adapter for masking URLs behind a reverse proxy",

@@ -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