Socket
Socket
Sign inDemoInstall

@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.11 to 2.0.12

3

dist/src/common/module-names.js
"use strict";
var _a;
Object.defineProperty(exports, "__esModule", { value: true });

@@ -48,3 +49,3 @@ exports.browserModuleNames = exports.commonModuleNames = void 0;

const features = get_electron_binding_1.getElectronBinding('features');
if (!features || !features.isDesktopCapturerEnabled || features.isDesktopCapturerEnabled()) {
if (((_a = features === null || features === void 0 ? void 0 : features.isDesktopCapturerEnabled) === null || _a === void 0 ? void 0 : _a.call(features)) !== false) {
exports.browserModuleNames.push('desktopCapturer');

@@ -51,0 +52,0 @@ }

{
"name": "@electron/remote",
"version": "2.0.11",
"version": "2.0.12",
"main": "renderer/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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