@electron/remote
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -32,2 +32,3 @@ "use strict"; | ||
'protocol', | ||
'pushNotifications', | ||
'safeStorage', | ||
@@ -41,2 +42,3 @@ 'screen', | ||
'Tray', | ||
'utilityProcess', | ||
'View', | ||
@@ -43,0 +45,0 @@ 'webContents', |
@@ -12,2 +12,3 @@ "use strict"; | ||
const get_electron_binding_1 = require("../common/get-electron-binding"); | ||
const { Promise } = global; | ||
const v8Util = get_electron_binding_1.getElectronBinding('v8_util'); | ||
@@ -14,0 +15,0 @@ const hasWebPrefsRemoteModuleAPI = (() => { |
@@ -9,2 +9,3 @@ "use strict"; | ||
const get_electron_binding_1 = require("../common/get-electron-binding"); | ||
const { Promise } = global; | ||
const callbacksRegistry = new callbacks_registry_1.CallbacksRegistry(); | ||
@@ -11,0 +12,0 @@ const remoteObjectCache = new Map(); |
{ | ||
"name": "@electron/remote", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"main": "renderer/index.js", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@continuous-auth/semantic-release-npm": "^2.0.0", | ||
"@continuous-auth/semantic-release-npm": "^3.0.0", | ||
"@types/chai": "^4.2.11", | ||
@@ -24,7 +24,6 @@ "@types/chai-as-promised": "^7.1.2", | ||
"dirty-chai": "^2.0.1", | ||
"electron": "13.x", | ||
"mocha": "^7.0.2", | ||
"electron": "22.x", | ||
"mocha": "^10.1.0", | ||
"mocha-junit-reporter": "^1.23.3", | ||
"mocha-multi-reporters": "^1.1.7", | ||
"semantic-release": "^17.2.3", | ||
"ts-node": "^8.10.2", | ||
@@ -36,3 +35,3 @@ "typescript": "^4.1.3", | ||
"scripts": { | ||
"prepublishOnly": "tsc", | ||
"prepare": "tsc", | ||
"test": "electron test --extension=ts --require=ts-node/register --exit --js-flags=--expose_gc", | ||
@@ -44,4 +43,4 @@ "test:ci": "yarn test --reporter=mocha-multi-reporters --reporter-options=configFile=.circleci/mocha-reporter-config.json" | ||
"package.json", | ||
"main/index.js", | ||
"renderer/index.js", | ||
"main", | ||
"renderer", | ||
"dist/src", | ||
@@ -48,0 +47,0 @@ "index.d.ts" |
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
70514
17
1415