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

@remixproject/engine-electron

Package Overview
Dependencies
Maintainers
6
Versions
10
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.39 to 0.3.40

8

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

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

"dependencies": {
"@remixproject/plugin-utils": "0.3.39",
"@remixproject/engine": "0.3.39",
"@remixproject/plugin-api": "0.3.39"
"@remixproject/plugin-utils": "0.3.40",
"@remixproject/engine": "0.3.40",
"@remixproject/plugin-api": "0.3.40"
},
"peerDependencies": {}
}

@@ -96,7 +96,7 @@ "use strict";

}
this.emit('loaded', this.name);
if (methods) {
this.profile.methods = methods;
this.call('manager', 'updateProfile', this.profile);
yield this.call('manager', 'updateProfile', this.profile);
}
this.emit('loaded', this.name);
}

@@ -103,0 +103,0 @@ else {

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