New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remixproject/engine-electron

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remixproject/engine-electron - npm Package Compare versions

Comparing version 0.3.36 to 0.3.37

8

package.json
{
"name": "@remixproject/engine-electron",
"version": "0.3.36",
"version": "0.3.37",
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/engine/node#readme",

@@ -22,7 +22,7 @@ "repository": {

"dependencies": {
"@remixproject/plugin-utils": "0.3.36",
"@remixproject/engine": "0.3.36",
"@remixproject/plugin-api": "0.3.36"
"@remixproject/plugin-utils": "0.3.37",
"@remixproject/engine": "0.3.37",
"@remixproject/plugin-api": "0.3.37"
},
"peerDependencies": {}
}

@@ -42,3 +42,4 @@ "use strict";

return tslib_1.__awaiter(this, void 0, void 0, function* () {
if ((yield window.electronAPI.activatePlugin(name)) && !this.loaded) {
const connected = yield window.electronAPI.activatePlugin(name);
if (connected && !this.loaded) {
this.handshake();

@@ -45,0 +46,0 @@ }

Sorry, the diff of this file is not supported yet

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