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

@aiot-toolkit/shared-utils

Package Overview
Dependencies
Maintainers
5
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aiot-toolkit/shared-utils - npm Package Compare versions

Comparing version 2.0.2-beta.8 to 2.0.2-beta.9

2

lib/utils/CommonUtil.js

@@ -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"
}
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