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

electron-mocha

Package Overview
Dependencies
Maintainers
1
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 0.5.0 to 0.5.1

test/test3.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

0.5.1 / 2015-10-30
------------------
- bugfix: expose `mocha` to `window` as Mocha does. See: https://github.com/jprichardson/electron-mocha/pull/20
0.5.0 / 2015-10-21

@@ -2,0 +6,0 @@ ------------------

2

package.json
{
"name": "electron-mocha",
"version": "0.5.0",
"version": "0.5.1",
"description": "Mocha tests in Electron.",

@@ -5,0 +5,0 @@ "preferGlobal": true,

@@ -5,2 +5,5 @@ require('./console')

// Expose mocha
window.mocha = require('mocha')
// consider hooking up to mocha

@@ -7,0 +10,0 @@ /* window.onerror = function (message, filename, lineno, colno, err) {

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