@electron/remote
Advanced tools
Comparing version 2.1.1 to 2.1.2
"use strict"; | ||
var _a; | ||
var _a, _b; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -52,4 +52,4 @@ exports.browserModuleNames = exports.commonModuleNames = void 0; | ||
} | ||
if (!features || features.isViewApiEnabled()) { | ||
if (((_b = features === null || features === void 0 ? void 0 : features.isViewApiEnabled) === null || _b === void 0 ? void 0 : _b.call(features)) !== false) { | ||
exports.browserModuleNames.push('ImageView'); | ||
} |
{ | ||
"name": "@electron/remote", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"main": "renderer/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
71998