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
418
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

2

blackbox-test/package.json
{
"name": "blackbox-test",
"version": "1.3.2",
"version": "1.3.3",
"dependencies": {},

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

{
"name": "aswh",
"description": "Asynchronous WebHook delivery, or generic store-and-forward HTTP proxy",
"version": "1.3.2",
"version": "1.3.3",
"keywords": [
"webhook",
"async",
"queue"
"http",
"queue",
"job"
],

@@ -27,10 +29,10 @@ "homepage": "https://github.com/pepmartinez/aswh",

"body-parser": "~1.19.2",
"cascade-config": "~1.5.5",
"express": "~4.17.1",
"cascade-config": "~1.5.6",
"express": "~4.17.3",
"http-shutdown": "~1.2.2",
"keuss": "~1.6.10",
"keuss": "~1.6.11",
"morgan": "~1.10.0",
"prom-client": "~14.0.1",
"superagent": "~6.1.0",
"winston-log-space": "~1.0.6",
"superagent": "~7.1.1",
"winston-log-space": "~1.0.7",
"pug": "~3.0.2"

@@ -37,0 +39,0 @@ },

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

- e NODE_ENV=development \
pepmartinez/aswh:1.3.2
pepmartinez/aswh:1.3.3
```

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

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

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

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

register: function (app, context) {app.all ('/wh', _get_mw (context));}
};
};

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