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

electron-mocks

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-mocks - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

dist/cjs/MockDialog.js

@@ -23,3 +23,3 @@ "use strict";

this.showErrorBox = sinon_1.default.stub();
this.showCertificateTrustDialog = sinon_1.default.stub();
this.showCertificateTrustDialog = sinon_1.default.stub().resolves();
this.showMessageBoxSync = sinon_1.default.stub().returns(0);

@@ -26,0 +26,0 @@ this.showOpenDialogSync = sinon_1.default.stub().returns(['test-file.txt']);

@@ -17,3 +17,3 @@ import sinon from 'sinon';

this.showErrorBox = sinon.stub();
this.showCertificateTrustDialog = sinon.stub();
this.showCertificateTrustDialog = sinon.stub().resolves();
this.showMessageBoxSync = sinon.stub().returns(0);

@@ -20,0 +20,0 @@ this.showOpenDialogSync = sinon.stub().returns(['test-file.txt']);

{
"name": "electron-mocks",
"version": "1.3.0",
"version": "1.3.1",
"description": "Testing mocks for Electron",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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