Socket
Socket
Sign inDemoInstall

express-gateway-plugin-notifica-atualizacao

Package Overview
Dependencies
71
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "express-gateway-plugin-notifica-atualizacao",
"version": "1.0.0",
"version": "1.0.1",
"description": "Plugin para notificar atualizações de registros.",

@@ -5,0 +5,0 @@ "main": "manifest.js",

@@ -20,7 +20,9 @@ const debug = require('debug')('eg-plugin-notifica-atualizacao');

let pathParameter = req.path.split('/').slice(-1).pop();
let pathParameter = req.params.id
fila.createRawMessage(storageQueueName, {
id: pathParameter
}, storageConnectionString);
}, {
storageConnectionString
});

@@ -27,0 +29,0 @@ return next();

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