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

html-add-querystring

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-add-querystring - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

.github/FUNDING.yml

2

index.js

@@ -41,3 +41,3 @@ 'use strict';

const $ = cheerio.load(html, options.htmlparserOptions);
const $ = cheerio.load(html, defaults(options.htmlparserOptions, {_useHtmlParser2: true}));

@@ -44,0 +44,0 @@ $('a').each((i, elem) => {

{
"name": "html-add-querystring",
"version": "1.3.2",
"version": "1.4.0",
"description": "Add querystring parameters to all links in html code",

@@ -30,8 +30,8 @@ "main": "index.js",

"dependencies": {
"cheerio": "^1.0.0-rc.3",
"cheerio": "^1.0.0-rc.9",
"lodash.defaults": "^4.2.0"
},
"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^7.25.0"
}
}

@@ -0,1 +1,4 @@

[![NPM](https://img.shields.io/npm/v/html-add-querystring)](https://npmjs.org/package/html-add-querystring)
# html-add-querystring

@@ -2,0 +5,0 @@ Add querystring parameters to all links in html code

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