Socket
Socket
Sign inDemoInstall

spectron

Package Overview
Dependencies
Maintainers
5
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.6.2 to 3.6.3

lib/spectron.d.ts

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 3.6.3
* Added a `spectron.d.ts` file references from the `types` field in the
`package.json`.
* Switched to using the WebdriverIO `timeouts` API instead of the
deprecated `timeoutsAsyncScript` API.
# 3.6.2

@@ -2,0 +9,0 @@ * Reverted the console warning about incompatible minor versions since it

2

lib/application.js

@@ -49,3 +49,3 @@ var Accessibility = require('./accessibility')

.then(function () { return self.api.initialize() })
.then(function () { return self.client.timeoutsAsyncScript(self.waitTimeout) })
.then(function () { return self.client.timeouts('script', self.waitTimeout) })
.then(function () { self.running = true })

@@ -52,0 +52,0 @@ .then(function () { return self })

{
"name": "spectron",
"version": "3.6.2",
"version": "3.6.3",
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
"main": "index.js",
"types": "./lib/spectron.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "mocha && standard"

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