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.3 to 2.0.2-beta.4

2

lib/ColorConsole.js

@@ -58,3 +58,3 @@ "use strict";

const style = this.styleDic[logLevel] || this.defaultStyle;
const time = this.formatWord(`[${(0, dayjs_1.default)().format('YYYY-MM-DD HH:mm:ss')}]:`, style);
const time = this.formatWord(`[${(0, dayjs_1.default)().format('MM-DD HH:mm:ss')}] [toolkit]:`, style);
const icon = style.icon ? style.icon : '';

@@ -61,0 +61,0 @@ console.log(icon, time, this.createMessage(message.map((item) => {

{
"name": "@aiot-toolkit/shared-utils",
"version": "2.0.2-beta.3",
"version": "2.0.2-beta.4",
"description": "The common method functions of the aiot-toolkit.",

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

},
"gitHead": "8bfdd8895ffd8fc4aa1465779def5ab4392a7a4b"
"gitHead": "656add8e64d8101b9f3886957c5b9ae23e2e854f"
}
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