@coozzy/request-id
Advanced tools
Comparing version 1.2.1 to 1.2.2
const cls = require('cls-hooked'); | ||
const uuidv4 = require('uuid/v4'); | ||
const { v4: uuidv4 } = require('uuid'); | ||
@@ -4,0 +4,0 @@ const NAMESPACE = 'requestId'; |
{ | ||
"name": "@coozzy/request-id", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "This small package helps managing requestIds in sync/async callback chains", | ||
@@ -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
2878