🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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.3.0

3

globalLoop.js

@@ -95,5 +95,6 @@ "use strict";

// NOTE: Safe default of always sending ETH
yield theGlobalLoop(ganache, steps, { alwaysFundCaller: true });
const endState = yield theGlobalLoop(ganache, steps, { alwaysFundCaller: true });
return endState;
});
}
exports.parseFileAndRunGlobalLoop = parseFileAndRunGlobalLoop;

@@ -50,3 +50,4 @@ "use strict";

// Receives ganache and the sequence of functions
yield (0, globalLoop_1.parseFileAndRunGlobalLoop)(server, folder, fileName);
const state = yield (0, globalLoop_1.parseFileAndRunGlobalLoop)(server, folder, fileName);
return state;
});

@@ -62,5 +63,6 @@ }

// Receives ganache and the sequence of functions
yield (0, globalLoop_1.default)(server, sequence, settings ? settings : { alwaysFundCaller: true });
const state = yield (0, globalLoop_1.default)(server, sequence, settings ? settings : { alwaysFundCaller: true });
return state;
});
}
exports.runWithoutFile = runWithoutFile;

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

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

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