electron-mocha
Advanced tools
Comparing version 1.2.3 to 1.3.0
@@ -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 @@ ------------------ |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25356
+ Addedelectron-window@0.8.1(transitive)
- Removedelectron-window@0.7.0(transitive)
- Removedobject-assign@3.0.0(transitive)
Updatedelectron-window@^0.8.0