Socket
Socket
Sign inDemoInstall

@tryghost/kg-clean-basic-html

Package Overview
Dependencies
Maintainers
27
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/kg-clean-basic-html - npm Package Compare versions

Comparing version 3.0.20 to 3.0.21

4

es/clean-basic-html.js

@@ -13,5 +13,3 @@ /**

/* global DOMParser, window */
function cleanBasicHtml() {
let html = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
let _options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
function cleanBasicHtml(html = '', _options = {}) {
const defaults = {};

@@ -18,0 +16,0 @@ const options = Object.assign({}, defaults, _options);

{
"name": "@tryghost/kg-clean-basic-html",
"version": "3.0.20",
"version": "3.0.21",
"repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-clean-basic-html",

@@ -33,4 +33,4 @@ "author": "Ghost Foundation",

"devDependencies": {
"@babel/core": "7.22.8",
"@babel/preset-env": "7.22.7",
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"c8": "7.13.0",

@@ -44,3 +44,3 @@ "jsdom": "21.1.2",

},
"gitHead": "072df3cb0b671fc2e27631363eef81b98e5f0b25"
"gitHead": "58184c6ae887caa2a9066e2e21d8ee88ddba0c1d"
}

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