Socket
Socket
Sign inDemoInstall

@qpoint/rewrite-html

Package Overview
Dependencies
2
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @qpoint/rewrite-html

A Qpoint adapter for rewriting the response html using the HtmlRewriter rules


Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Install size
47.1 kB
Created
Weekly downloads
 

Readme

Source

qpoint-rewrite-html

A Qpoint adapter for rewriting the response html using the HtmlRewriter rules

Usage

Note: This adapter is useless without registered HtmlRewriter rules. Usually this adapter is added after other adapters that register rules.

import Endpoint from "@qpoint/endpoint";
import rewriteHtml from "@qpoint/rewrite-html";

export default new Endpoint()
  .use(rewriteHtml())

Installation

npm add @qpoint/rewrite-html

FAQs

Last updated on 05 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc