Socket
Socket
Sign inDemoInstall

@perlego-oss/text-highlighter

Package Overview
Dependencies
0
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0-alpha.8 to 2.1.0-alpha.9

3

cjs/utils/dom.js

@@ -146,7 +146,8 @@ "use strict";

dom(node).insertBefore(node.parentNode);
node.parentNode.parentNode.normalize();
});
if (wrapper) {
var wrapperParent = wrapper.parentNode;
dom(wrapper).remove();
wrapperParent.normalize();
}

@@ -153,0 +154,0 @@

{
"name": "@perlego-oss/text-highlighter",
"version": "2.1.0-alpha.8",
"version": "2.1.0-alpha.9",
"description": "TextHighlighter allows you to highlight text on web pages.",

@@ -5,0 +5,0 @@ "dependencies": {},

@@ -125,6 +125,7 @@ import { isElementHighlight } from "./highlights";

dom(node).insertBefore(node.parentNode);
node.parentNode.parentNode.normalize();
});
if (wrapper) {
const wrapperParent = wrapper.parentNode;
dom(wrapper).remove();
wrapperParent.normalize();
}

@@ -131,0 +132,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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