You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@remixproject/engine-node

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remixproject/engine-node - npm Package Compare versions

Comparing version

to
0.3.0-beta.7

5

index.js

@@ -1,5 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./lib/child-process"), exports);
export * from './lib/child-process';
//# sourceMappingURL=index.js.map

12

lib/child-process.js

@@ -1,7 +0,4 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChildProcessPlugin = void 0;
const engine_1 = require("@remixproject/engine");
const child_process_1 = require("child_process");
class ChildProcessPlugin extends engine_1.PluginConnector {
import { PluginConnector } from '@remixproject/engine';
import { fork } from 'child_process';
export class ChildProcessPlugin extends PluginConnector {
constructor(profile) {

@@ -19,3 +16,3 @@ super(profile);

connect(url) {
this.process = child_process_1.fork(url);
this.process = fork(url);
this.process.on(...this.listener);

@@ -29,3 +26,2 @@ }

}
exports.ChildProcessPlugin = ChildProcessPlugin;
//# sourceMappingURL=child-process.js.map
{
"name": "@remixproject/engine-node",
"version": "0.3.0-beta.6",
"version": "0.3.0-beta.7",
"homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/engine/node#readme",

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

"dependencies": {
"@remixproject/plugin-utils": "0.3.0-beta.6",
"@remixproject/engine": "0.3.0-beta.6",
"@remixproject/plugin-api": "0.3.0-beta.6"
"@remixproject/plugin-utils": "0.3.0-beta.7",
"@remixproject/engine": "0.3.0-beta.7",
"@remixproject/plugin-api": "0.3.0-beta.7"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet