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.1.8 to 1.1.9

2

package.json
{
"name": "lc2-driver",
"version": "1.1.8",
"version": "1.1.9",
"description": "",

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

function visitFrameWindow(window) {
if (!window) {
return [];
}
let windowList = [window];

@@ -3,0 +7,0 @@ window.document && window.document.querySelectorAll('iframe')

@@ -242,2 +242,13 @@ $(document).ready(function () {

return number === 4;
});
let dblclick = false;
it('dblclick', function ($, _) {
$('button').dblclick(function () {
dblclick = true;
});
return act.dblclick({selector: _('button')});
}, function ($, _) {
console.log(dblclick)
return dblclick === true;
});

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