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

uitest

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uitest - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

14

lib/uitest.js

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

co(function *() {
const opts = Object.assign({
debug: true,
webPreferences: {
nodeIntegration: true
}
}, options);
console.log(opts);
try {
yield electron.startDevice(Object.assign({
debug: true,
webPreferences: {
nodeIntegration: true
}
}, options));
yield electron.startDevice(opts);

@@ -20,0 +22,0 @@ yield electron.get(options.url);

{
"name": "uitest",
"version": "1.2.2",
"version": "1.2.3",
"description": "uitest",

@@ -5,0 +5,0 @@ "keywords": [

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