electron-mocha
Advanced tools
Comparing version 12.1.0 to 12.2.0
@@ -0,15 +1,19 @@ | ||
12.2.0 / 2023-12-11 | ||
------------------- | ||
- Support Electron 28 | ||
12.1.0 / 2023-10-02 | ||
------------------ | ||
------------------- | ||
- Load ESM requires in main | ||
12.0.1 / 2023-07-31 | ||
------------------ | ||
------------------- | ||
- Do not close window on errors in interactive mode | ||
12.0.0 | ||
------------------ | ||
------------------- | ||
- Update to Mocha 10.x | ||
11.0.1 / 2021-12-01 | ||
------------------ | ||
------------------- | ||
- Fix legacy require | ||
@@ -16,0 +20,0 @@ |
@@ -65,4 +65,2 @@ 'use strict' | ||
if (require.main === module) { | ||
exports.main() | ||
} | ||
exports.main() |
{ | ||
"name": "electron-mocha", | ||
"version": "12.1.0", | ||
"version": "12.2.0", | ||
"description": "Mocha tests in Electron.", | ||
@@ -54,7 +54,7 @@ "main": "lib/main.js", | ||
"mocha": "^10.2.0", | ||
"which": "^3.0.0", | ||
"which": "^4.0.0", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"electron": "^25.3.2", | ||
"electron": "^28.0.0", | ||
"standard": "^17.1.0" | ||
@@ -61,0 +61,0 @@ }, |
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
41502
426
+ Addedisexe@3.1.1(transitive)
+ Addedwhich@4.0.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedwhich@3.0.1(transitive)
Updatedwhich@^4.0.0