@aiot-toolkit/shared-utils
Advanced tools
Comparing version 2.0.2-beta.8 to 2.0.2-beta.9
@@ -31,3 +31,3 @@ "use strict"; | ||
const hash = crypto_1.default.createHash('md5').update(data); | ||
return hash.digest('hex'); | ||
return hash.digest('hex').substring(0, 8); | ||
} | ||
@@ -34,0 +34,0 @@ /** |
{ | ||
"name": "@aiot-toolkit/shared-utils", | ||
"version": "2.0.2-beta.8", | ||
"version": "2.0.2-beta.9", | ||
"description": "The common method functions of the aiot-toolkit.", | ||
@@ -29,3 +29,3 @@ "homepage": "", | ||
}, | ||
"gitHead": "c1bbe0e0af46ec26ce5c2ab475d243428745b805" | ||
"gitHead": "19f19b20ca63800f2403cc89d9a8edb6a102a765" | ||
} |
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
30830