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

roku-test-automation

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roku-test-automation - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

4

dist/OnDeviceComponent.js

@@ -167,5 +167,5 @@ "use strict";

return __generator(this, function (_a) {
console.log("setupConnections" + this.socketConnected + "::::" + this.callbackListenPort);
console.log("setupConnections" + this.socketConnected + "::::" + this.callbackListenPort + "::::::" + this.client.destroyed);
// If we already have everything we need then don't want to rerun
if (this.socketConnected && this.callbackListenPort)
if (this.socketConnected && this.callbackListenPort && this.client.destroyed === false)
return [2 /*return*/];

@@ -172,0 +172,0 @@ callbackListenPort = this.config.server.callbackListenPort;

{
"name": "roku-test-automation",
"version": "1.0.11",
"version": "1.0.12",
"description": "Helps with automating functional tests",

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

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