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

@lrnwebcomponents/utils

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrnwebcomponents/utils - npm Package Compare versions

Comparing version 7.0.4 to 7.0.15

4

package.json
{
"name": "@lrnwebcomponents/utils",
"version": "7.0.4",
"version": "7.0.15",
"description": "Helper functions to clean up web component data handling.",

@@ -20,3 +20,3 @@ "repository": {

},
"gitHead": "bf207d05ae78b1b2615a67c74f5ab4ea51aef363"
"gitHead": "c7826d219bb3282c7d1f7c2cfd9fceb7e238298d"
}

@@ -166,3 +166,2 @@ /**

div.innerHTML = str.trim();
return formatHTMLInternals(div, 0).innerHTML;

@@ -762,3 +761,3 @@ }

// special edge case for slot binding in primatives
if (tag === "a" || tag === "mark") {
if (tag === "a" || tag === "mark" || tag === "abbr") {
props.innerText = slotContent;

@@ -765,0 +764,0 @@ } else if (

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