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 12.1.0 to 12.2.0

12

CHANGELOG.md

@@ -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 @@ },

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