@dasmeta/event-manager-platform-helper
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@dasmeta/event-manager-platform-helper", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Event platform helper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,5 @@ const { recordStart, recordSuccess, recordFailure, recordPreconditionFailure, hasReachedMaxAttempts } = require("../event-logger"); | ||
return async (...allContext) => { | ||
// workaround of fn.length issue with ... operator | ||
return async (first, ...rest) => { | ||
const allContext = [first, ...rest] | ||
const event = getEvent(allContext); | ||
@@ -10,0 +12,0 @@ const topic = getTopic(allContext); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24504
302
0