Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.2.1 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",

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