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

lc2

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lc2 - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

package.json
{
"name": "lc2",
"version": "1.4.1",
"version": "1.4.2",
"description": "browser automation library",

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

"lc2-selector": "^1.0.0",
"oc-trigger": "^1.0.8",
"oc-trigger": "^1.1.0",
"sizzle": "^2.3.0"
}
}

@@ -22,8 +22,5 @@ /*jslint vars: true, sloppy: true, nomen: true */

this.$setState('running').$$bootstrap();
setTimeout(function () {
this.$$core();
}.bind(this), settings.readyTimeout);
return this;
} catch (error) {
console.error(error);
settings.bootExceptionHandle(error);

@@ -30,0 +27,0 @@ }

@@ -92,4 +92,5 @@ /*jslint plusplus: true, sloppy: true, nomen: true */

this.$setActiveTime()
this.$setActiveTime(this.$$getConfig('interval') || settings.readyTimeout)
.$setTempInstruction(IF(CALL).create('main'))
.$$core()
.$$log.initialization();

@@ -96,0 +97,0 @@

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

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

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