Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opuscapita/event-client

Package Overview
Dependencies
Maintainers
29
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opuscapita/event-client - npm Package Compare versions

Comparing version 2.0.35 to 2.0.36

4

lib/AmqpChannel.js

@@ -894,5 +894,3 @@ const crypto = require('crypto');

{
let now = Date.now;
const hmac = crypto.createHmac('sha256', Buffer.from(now));
const hmac = crypto.createHmac('sha256', Buffer.from(`${Date.now()}`));
hmac.update(messageBuffer);

@@ -899,0 +897,0 @@

{
"name": "@opuscapita/event-client",
"version": "2.0.35",
"version": "2.0.36",
"description": "An event client to handle the event system in microservices architecture.",

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

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