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.10 to 2.0.11

2

dist/src/renderer/remote.js

@@ -251,2 +251,4 @@ "use strict";

function metaToValue(meta) {
if (!meta)
return {};
if (meta.type === 'value') {

@@ -253,0 +255,0 @@ return meta.value;

2

package.json
{
"name": "@electron/remote",
"version": "2.0.10",
"version": "2.0.11",
"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