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

lc2-driver

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lc2-driver - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

package.json
{
"name": "lc2-driver",
"version": "1.2.3",
"version": "1.2.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -31,9 +31,9 @@ 'use strict';

traverseFrame(window, window => {
const lastStyle = window.hoverStyleElement;
const lastStyle = window.__LC2_HOVER_STYLE__;
lastStyle && lastStyle.remove();
const styleElement =
window.hoverStyleElement =
window.__LC2_HOVER_STYLE__ =
window.document.createElement('style');
const headElement = window.document.head;
const headElement = window.document.body;
headElement && headElement.appendChild(styleElement);

@@ -47,7 +47,2 @@

function clearHoverSheet() {
hoverStyleElement.innerText = '';
}
exports.updateHoverSheet = updateHoverSheet;
exports.clearHoverSheet = clearHoverSheet;
exports.updateHoverSheet = updateHoverSheet;
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