Socket
Socket
Sign inDemoInstall

spectron

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spectron - npm Package Compare versions

Comparing version 11.1.0 to 12.0.0

2

lib/spectron.d.ts

@@ -260,3 +260,3 @@ // Type definitions for spectron v3.6.0

*/
electron: Electron.AllElectron;
electron: Electron.RemoteMainInterface;
/**

@@ -263,0 +263,0 @@ * The browserWindow property is an alias for require('electron').remote.getCurrentWindow().

{
"name": "spectron",
"version": "11.1.0",
"version": "12.0.0",
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",

@@ -30,3 +30,3 @@ "main": "index.js",

"dev-null": "^0.1.1",
"electron-chromedriver": "^9.0.0",
"electron-chromedriver": "^10.0.0",
"request": "^2.87.0",

@@ -37,3 +37,3 @@ "split": "^1.0.0",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.4.0",

@@ -44,3 +44,3 @@ "chai": "^4.2.0",

"check-for-leaks": "^1.0.2",
"electron": "^9.0.0",
"electron": "^10.1.2",
"eslint": "^7.3.1",

@@ -55,6 +55,6 @@ "eslint-config-standard": "^14.1.1",

"prettier": "^2.0.5",
"standard": "^12.0.1",
"standard": "^14.3.4",
"temp": "^0.9.0",
"tslint": "^6.0.0",
"typescript": "^3.5.3",
"typescript": "^4.0.3",
"xvfb-maybe": "^0.2.1"

@@ -61,0 +61,0 @@ },

@@ -33,2 +33,3 @@ # <img src="https://cloud.githubusercontent.com/assets/378023/15063284/cf544f2c-1383-11e6-9336-e13bd64b1694.png" width="60px" align="center" alt="Spectron icon"> Spectron

| `^9.0.0` | `^11.0.0`|
| `^10.0.0` | `^12.0.0`|

@@ -35,0 +36,0 @@ Learn more from [this presentation](https://speakerdeck.com/kevinsawicki/testing-your-electron-apps-with-chromedriver).

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