Socket
Socket
Sign inDemoInstall

insomnia-plugin-load-test-timing

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

12

load-test-timing.js

@@ -50,3 +50,3 @@ const {

parent: getCurrentWindow(),
modal: true,
modal: false,
closable: true,

@@ -166,4 +166,4 @@ indeterminate: false,

if (delayBetweenRequests > 0 && currentIteration == 0) {
console.log('Waiting for the first delay...')
await new Promise(r => setTimeout(r, delayBetweenRequests));
console.log("Waiting for the first delay...");
await new Promise((r) => setTimeout(r, delayBetweenRequests));
}

@@ -229,4 +229,6 @@

} catch (err) {
context.app.alert("Unknown Error Occurred", err.message);
console.log(err);
if (!abortRequests) {
context.app.alert("Unknown Error Occurred", err.message);
console.log(err);
}
}

@@ -233,0 +235,0 @@ };

{
"name": "insomnia-plugin-load-test-timing",
"version": "1.0.4",
"version": "1.0.5",
"main": "load-test-timing.js",

@@ -5,0 +5,0 @@ "insomnia": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc