You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@nocobase/utils

Package Overview
Dependencies
Maintainers
1
Versions
627
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/utils - npm Package Compare versions

Comparing version

to
1.5.0-beta.26

2

lib/date.js

@@ -212,3 +212,3 @@ /**

if (showTime) {
return format + timeFormat || "HH:mm:ss";
return `${format} ${timeFormat || "HH:mm:ss"}`;
}

@@ -215,0 +215,0 @@ return format;

{
"name": "@nocobase/utils",
"version": "1.5.0-beta.25",
"version": "1.5.0-beta.26",
"main": "lib/index.js",

@@ -19,3 +19,3 @@ "types": "./lib/index.d.ts",

},
"gitHead": "77852adf05b29d11d6c473ad72920e4ed7f6f409"
"gitHead": "186f13be005aed5af414a9df4e0eb48d06297f32"
}