Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

aswh

Package Overview
Dependencies
414
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.7 to 1.3.8

routes/c.js

1

app.js

@@ -42,2 +42,3 @@ const express = require ('express');

require ('./routes/q') .register (app, context);
require ('./routes/c') .register (app, context);
require ('./routes/util').register (app, context);

@@ -44,0 +45,0 @@

18

blackbox-test/package.json
{
"name": "blackbox-test",
"version": "1.3.7",
"version": "1.3.8",
"dependencies": {},
"devDependencies": {
"async": "~3.2.0",
"body-parser": "~1.19.0",
"chance": "~1.1.7",
"express": "~4.17.1",
"lodash": "~4.17.20",
"mocha": "~8.1.3",
"mongodb": "~3.6.2",
"async": "~3.2.4",
"body-parser": "~1.20.1",
"chance": "~1.1.9",
"express": "~4.18.2",
"lodash": "~4.17.21",
"mocha": "~10.2.0",
"mongodb": "~4.13.0",
"should": "~13.2.3",
"supertest": "~5.0.0"
"supertest": "~6.3.3"
},

@@ -16,0 +16,0 @@ "scripts": {

@@ -19,2 +19,8 @@ const Log = require ('winston-log-space');

//////////////////////////////////////////////////////////////////////////////////////////////////
consumers () {
return this._clients;
}
//////////////////////////////////////////////////////////////////////////////////////////////////
init (context, cb) {

@@ -21,0 +27,0 @@ this._context = context;

@@ -27,2 +27,20 @@ const request = require ('superagent');

//////////////////////////////////////////////////////////////////////////////////////////////////
status (cb) {
const ret = {
ns: this._q.ns(),
q: this._q.name(),
failed_q: this._failed_q.name(),
failed_cb_q: this._failed_cb_q.name(),
completed_cb_q: this._completed_cb_q.name(),
window: {size: this._w_size, max: this._w_max},
retry: {c0: this._c0, c1: this._c1, c2: this._c2},
in_loop: this._in_consume_loop
};
cb (null, ret);
}
///////////////////////////////////////////////////////////////////////////////////////

@@ -29,0 +47,0 @@ // calculate delay to apply on a rollback. Uses a 2nd-deg polynom based on tries

{
"name": "aswh",
"description": "Asynchronous WebHook delivery, or generic store-and-forward HTTP proxy",
"version": "1.3.7",
"version": "1.3.8",
"keywords": [

@@ -27,11 +27,11 @@ "webhook",

"dependencies": {
"@promster/express": "~7.0.4",
"body-parser": "~1.19.2",
"cascade-config": "~1.5.6",
"express": "~4.17.3",
"@promster/express": "~7.0.6",
"body-parser": "~1.20.1",
"cascade-config": "~1.5.9",
"express": "~4.18.2",
"http-shutdown": "~1.2.2",
"keuss": "~1.6.14",
"keuss": "~1.7.0",
"morgan": "~1.10.0",
"prom-client": "~14.0.1",
"superagent": "~7.1.1",
"prom-client": "~14.1.1",
"superagent": "~8.0.6",
"winston-log-space": "~1.0.7",

@@ -44,4 +44,4 @@ "pug": "~3.0.2"

"scripts": {
"test": "cd blackbox-test && docker-compose up --exit-code-from tests --build --abort-on-container-exit && docker-compose logs tests && docker-compose down && cd .."
"test": "cd blackbox-test && docker compose up --exit-code-from tests --build --abort-on-container-exit && docker compose logs tests && docker compose down && cd .."
}
}

@@ -420,3 +420,3 @@ # aswh: Asynchronous WebHook delivery

- e NODE_ENV=development \
pepmartinez/aswh:1.3.7
pepmartinez/aswh:1.3.8
```

@@ -440,3 +440,3 @@

-e defaults__retry__max=11 \ # this sets the default for max retries to 11
pepmartinez/aswh:1.3.7
pepmartinez/aswh:1.3.8
```

@@ -443,0 +443,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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