Socket
Socket
Sign inDemoInstall

spectron

Package Overview
Dependencies
Maintainers
6
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 3.7.1 to 3.7.2

tslint.json

10

CHANGELOG.md

@@ -0,1 +1,6 @@

# 3.7.2
* Added `webdriverLogPath` to the Spectron typescript definition
* Fixed typescript definition reference to the Electron API
# 3.7.1

@@ -10,2 +15,7 @@

# 3.6.4
* Added a `chromeDriverArgs` option to the `Application` constructor that
can be used to pass arguments directly to `chromedriver`.
# 3.6.3

@@ -12,0 +22,0 @@

7

lib/spectron.d.ts

@@ -133,2 +133,7 @@ // Type definitions for spectron v3.6.0

/**
* String path to a directory where Webdriver will write logs to.
* Setting this option enables verbose logging from Webdriver.
*/
webdriverLogPath?:string,
/**
* Custom property name to use when requiring modules.

@@ -173,3 +178,3 @@ * Defaults to require.

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

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

22

package.json
{
"name": "spectron",
"version": "3.7.1",
"version": "3.7.2",
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",

@@ -8,2 +8,3 @@ "main": "index.js",

"scripts": {
"pretest": "tslint lib/spectron.d.ts && tsc lib/spectron.d.ts",
"test": "mocha && standard"

@@ -25,15 +26,18 @@ },

"dev-null": "^0.1.1",
"electron-chromedriver": "~1.7.0",
"request": "^2.65.0",
"electron-chromedriver": "~1.7.1",
"request": "^2.81.0",
"split": "^1.0.0",
"webdriverio": "^4.0.4"
"webdriverio": "^4.8.0"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"electron": "~1.7.0",
"mocha": "^2.3.3",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-roughly": "^1.0.0",
"electron": "~1.7.4",
"mocha": "^3.4.1",
"standard": "^5.3.1",
"temp": "^0.8.3"
"temp": "^0.8.3",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
}
}
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