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

@remixproject/engine

Package Overview
Dependencies
Maintainers
6
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.6-beta to 0.3.6

2

lib/abstract.js

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

const letcontinue = () => {
delete this.currentRequest;
if (timedout) {

@@ -60,2 +59,3 @@ const { from } = this.currentRequest;

// Remove current request and call next
delete this.currentRequest;
this.requestQueue.shift();

@@ -62,0 +62,0 @@ if (this.requestQueue.length !== 0)

@@ -10,3 +10,2 @@ import type { Profile } from '@remixproject/plugin-utils';

canCall(from: Profile, to: Profile, method: string): Promise<boolean>;
callPlugin(from: Profile, to: Profile, method: string): Promise<any>;
toggleActive(name: string): any;

@@ -99,10 +98,2 @@ addProfile(profiles: Partial<Profile> | Partial<Profile>[]): any;

/**
* Call a method of another plugin
* @param from Profile of the caller plugin
* @param to Profile of the target plugin
* @param method Method targetted by the caller
* @param message Method provided by the targetted method plugin
*/
callPlugin(from: Profile, to: Profile, method: string, message?: string): Promise<boolean>;
/**
* Check if a plugin can update profile of another one

@@ -109,0 +100,0 @@ * @param from Profile of the caller plugin

@@ -252,14 +252,2 @@ "use strict";

/**
* Call a method of another plugin
* @param from Profile of the caller plugin
* @param to Profile of the target plugin
* @param method Method targetted by the caller
* @param message Method provided by the targetted method plugin
*/
callPlugin(from, to, method, message) {
return tslib_1.__awaiter(this, void 0, void 0, function* () {
return true;
});
}
/**
* Check if a plugin can update profile of another one

@@ -266,0 +254,0 @@ * @param from Profile of the caller plugin

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

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

"dependencies": {
"@remixproject/plugin-utils": "0.3.6-beta",
"@remixproject/plugin-api": "0.3.6-beta"
"@remixproject/plugin-utils": "0.3.6",
"@remixproject/plugin-api": "0.3.6"
},
"peerDependencies": {}
}

Sorry, the diff of this file is not supported yet

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