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

@remixproject/engine

Package Overview
Dependencies
Maintainers
0
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remixproject/engine - npm Package Compare versions

Comparing version 0.3.43 to 0.3.44

6

package.json
{
"name": "@remixproject/engine",
"version": "0.3.43",
"version": "0.3.44",
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/engine/core#readme",

@@ -27,6 +27,6 @@ "repository": {

"dependencies": {
"@remixproject/plugin-utils": "0.3.43",
"@remixproject/plugin-api": "0.3.43"
"@remixproject/plugin-utils": "0.3.44",
"@remixproject/plugin-api": "0.3.44"
},
"peerDependencies": {}
}

@@ -54,2 +54,3 @@ "use strict";

});
this.emit('queue', this.queue);
if (next)

@@ -66,2 +67,3 @@ next.run();

this.queue.push(queue);
this.emit('queue', this.queue);
if (this.queue.length === 1)

@@ -73,4 +75,6 @@ this.queue[0].run();

for (const queue of this.queue) {
if (queue.request.from == request.from && (method ? queue.method == method : true))
if (queue.request.from == request.from && (method ? queue.method == method : true)) {
queue.cancel();
this.emit('queue', queue.request);
}
}

@@ -77,0 +81,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