@remixproject/engine-node
Advanced tools
Comparing version
@@ -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 |
@@ -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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
3623
-7.13%38
-15.56%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed