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
0
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.3-beta.6 to 2.0.3-beta.7

6

lib/ColorConsole.js

@@ -131,4 +131,3 @@ "use strict";

const style = this.styleDic[level] || this.defaultStyle;
return [
...effectPrefix,
return ([...effectPrefix].join(' ') +
this.createMessage(logs.map((item) => {

@@ -141,4 +140,3 @@ if (typeof item === 'object') {

return item;
}))
].join(' ');
})));
}

@@ -145,0 +143,0 @@ /**

{
"name": "@aiot-toolkit/shared-utils",
"version": "2.0.3-beta.6",
"version": "2.0.3-beta.7",
"description": "The common method functions of the aiot-toolkit.",

@@ -44,3 +44,3 @@ "homepage": "",

},
"gitHead": "586a0076bcee4555f957ee67ca8774ae19e616f6"
"gitHead": "9621c52866d7bb1dc23110c4c9cc772b6169b682"
}
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