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

@hzab/formily-result-utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hzab/formily-result-utils - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "@hzab/formily-result-utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "formily 处理展示结果的工具库",

@@ -5,0 +5,0 @@ "main": "src",

@@ -22,2 +22,3 @@ import dayjs from "dayjs";

formatEnum?: Object;
format?: string;
}

@@ -88,3 +89,3 @@

let format = { ...dateFormatEnum, ...opt?.formatEnum }[type];
let format = opt?.format || { ...dateFormatEnum, ...opt?.formatEnum }[type];
if (!format) {

@@ -91,0 +92,0 @@ format = type;

Sorry, the diff of this file is not supported yet

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