New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qpoint/rewrite-html

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qpoint/rewrite-html - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/index.d.ts
import { Context } from '@qpoint/router';
export interface RewriteHtmlConfig {
}
export default function rewriteHtml(config: RewriteHtmlConfig): (context: Context, next: Function) => any;
export default function rewriteHtml(config?: RewriteHtmlConfig): (context: Context, next: Function) => any;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// adapter registration
function rewriteHtml(config) {
function rewriteHtml(config = {}) {
// return middleware

@@ -6,0 +6,0 @@ return function run(context, next) {

{
"name": "@qpoint/rewrite-html",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Qpoint adapter for rewriting the response html using the HtmlRewriter rules",

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