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

dd-tool-package

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dd-tool-package - npm Package Compare versions

Comparing version

to
1.2.1

ganache.js

22

index.js

@@ -39,4 +39,4 @@ "use strict";

exports.runWithoutFile = void 0;
const ganache_1 = __importDefault(require("ganache"));
const globalLoop_1 = __importStar(require("./globalLoop"));
const ganache_1 = __importDefault(require("./ganache"));
// Could be from ENV on test and if not being imported

@@ -48,11 +48,3 @@ // React will have a context with the Running Server (and a probe to ensure the server is running)

return __awaiter(this, void 0, void 0, function* () {
// FORK
const options = rpcUrl
? {
fork: {
url: rpcUrl,
},
}
: {}; // Nothing if no rpc
const server = ganache_1.default.provider(options);
const server = (0, ganache_1.default)(rpcUrl);
// A single huge function which handles the whole thing

@@ -68,11 +60,3 @@ // Receives ganache and the sequence of functions

return __awaiter(this, void 0, void 0, function* () {
// FORK
const options = rpcUrl
? {
fork: {
url: rpcUrl,
},
}
: {}; // Nothing if no rpc
const server = ganache_1.default.provider(options);
const server = (0, ganache_1.default)(rpcUrl);
// A single huge function which handles the whole thing

@@ -79,0 +63,0 @@ // Receives ganache and the sequence of functions

@@ -9,3 +9,3 @@ {

},
"version": "1.2.0",
"version": "1.2.1",
"main": "lib/index.js",

@@ -12,0 +12,0 @@ "license": "MIT",