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 9.0.0 to 10.0.0

lib/rpath-fix.js

12

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

@@ -12,3 +12,4 @@ "main": "index.js",

"pretest": "tslint lib/spectron.d.ts && tsc lib/spectron.d.ts",
"test": "mocha && standard"
"test": "mocha && standard",
"postinstall": "node lib/rpath-fix.js"
},

@@ -29,3 +30,3 @@ "engines": {

"dev-null": "^0.1.1",
"electron-chromedriver": "^7.0.0",
"electron-chromedriver": "^8.0.0-beta.7",
"request": "^2.87.0",

@@ -41,3 +42,3 @@ "split": "^1.0.0",

"check-for-leaks": "^1.0.2",
"electron": "^7.0.0",
"electron": "^8.0.0-beta.7",
"husky": "^3.0.0",

@@ -49,3 +50,6 @@ "mocha": "^6.1.4",

"typescript": "^3.5.3"
},
"resolutions": {
"@types/node": "^12.0.0"
}
}

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

| `^7.0.0` | `^9.0.0` |
| `^8.0.0` | `^10.0.0` |

@@ -33,0 +34,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