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

@daisy/ace-axe-runner-electron

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daisy/ace-axe-runner-electron - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

4

lib/cli.js

@@ -10,3 +10,4 @@ 'use strict';

// https://github.com/electron/electron/issues/18397
app.allowRendererProcessReuse = true;
// app.allowRendererProcessReuse = true;
// https://www.electronjs.org/releases/stable#breaking-changes-1400

@@ -50,2 +51,3 @@ const EventEmitter = require('events');

// webviewTag: false,
// nativeWindowOpen: false, // The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15. See https://github.com/electron/electron/issues/28511
// }

@@ -52,0 +54,0 @@ // }

@@ -174,3 +174,4 @@ 'use strict';

enableRemoteModule: false,
partition: SESSION_PARTITION
partition: SESSION_PARTITION,
nativeWindowOpen: false // The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15. See https://github.com/electron/electron/issues/28511
}

@@ -177,0 +178,0 @@ });

{
"name": "@daisy/ace-axe-runner-electron",
"version": "1.2.3",
"version": "1.2.4",
"engines": {

@@ -26,3 +26,3 @@ "node": ">=12.0.0",

"dependencies": {
"@daisy/ace-cli-shared": "^1.2.3",
"@daisy/ace-cli-shared": "^1.2.4",
"express": "^4.17.1",

@@ -34,3 +34,3 @@ "portfinder": "^1.0.28",

"devDependencies": {
"electron": "^13.2.3",
"electron": "^14.0.1",
"json": "^11.0.0",

@@ -37,0 +37,0 @@ "json-diff": "^0.5.4"

@@ -10,3 +10,4 @@ 'use strict';

// https://github.com/electron/electron/issues/18397
app.allowRendererProcessReuse = true;
// app.allowRendererProcessReuse = true;
// https://www.electronjs.org/releases/stable#breaking-changes-1400

@@ -50,2 +51,3 @@ const EventEmitter = require('events');

// webviewTag: false,
// nativeWindowOpen: false, // The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15. See https://github.com/electron/electron/issues/28511
// }

@@ -52,0 +54,0 @@ // }

@@ -174,3 +174,4 @@ 'use strict';

enableRemoteModule: false,
partition: SESSION_PARTITION
partition: SESSION_PARTITION,
nativeWindowOpen: false, // The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15. See https://github.com/electron/electron/issues/28511
},

@@ -177,0 +178,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