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

@nocobase/utils

Package Overview
Dependencies
Maintainers
1
Versions
439
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 1.4.0-alpha.2 to 1.4.0-alpha.3

2

lib/date.js

@@ -98,3 +98,3 @@ /**

}
const offset = options.utcOffset || -1 * (/* @__PURE__ */ new Date()).getTimezoneOffset();
const offset = options.utcOffset !== void 0 ? options.utcOffset : -1 * (/* @__PURE__ */ new Date()).getTimezoneOffset();
const { gmt, picker, utc = true } = options;

@@ -101,0 +101,0 @@ if ((0, import_dayjs.dayjs)(val).isValid()) {

{
"name": "@nocobase/utils",
"version": "1.4.0-alpha.2",
"version": "1.4.0-alpha.3",
"main": "lib/index.js",

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

},
"gitHead": "b94a3bc09e8fd16b2cc12c8ea281d4138504f952"
"gitHead": "9268a5b29cbbe9f83255e5cd66fa82f012aab46a"
}
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