@opuscapita/event-client
Advanced tools
Comparing version 2.0.35 to 2.0.36
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75346
1572