Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

electron-mocha

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-mocha - npm Package Compare versions

Comparing version 1.2.3 to 1.3.0

5

CHANGELOG.md

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

1.3.0 / 2016-05-11
------------------
- Electron 1.0 compatibility
- Update dependencies
1.2.3 / 2016-05-06

@@ -2,0 +7,0 @@ ------------------

4

index.js

@@ -55,4 +55,4 @@ var fs = require('fs-extra')

// undocumented call in electron-window
win._loadUrlWithArgs(indexPath, opts, function () {})
// win.showUrl(indexPath, opts)
win._loadURLWithArgs(indexPath, opts, function () {})
// win.showURL(indexPath, opts)
ipc.on('mocha-done', function (event, code) {

@@ -59,0 +59,0 @@ win.destroy()

{
"name": "electron-mocha",
"version": "1.2.3",
"version": "1.3.0",
"description": "Mocha tests in Electron.",

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

"commander": "^2.8.1",
"electron-window": "^0.7.0",
"electron-window": "^0.8.0",
"fs-extra": "^0.30.0",

@@ -44,5 +44,5 @@ "mocha": "^2.4.5",

"devDependencies": {
"electron-prebuilt": "^0.37.5",
"electron-prebuilt": "^1.0.0",
"standard": "^7.0.1"
}
}
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