@daisy/ace-axe-runner-electron
Advanced tools
Comparing version 1.2.3 to 1.2.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 @@ }); |
{ | ||
"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 @@ }); |
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
93420
1864
Updated@daisy/ace-cli-shared@^1.2.4