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

@electron/remote

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron/remote - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

2

dist/src/common/module-names.js

@@ -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();

15

package.json
{
"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"

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