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

@canner/antd-locales

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canner/antd-locales - npm Package Compare versions

Comparing version 0.5.19 to 0.5.20

2

lib/renderFunc.js

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

{
return (0, _dayjs.default)(value).format('YYYY/MM/DD HH:mm');
return (0, _dayjs.default)(value).format('YYYY/MM/DD');
}

@@ -95,0 +95,0 @@

{
"name": "@canner/antd-locales",
"version": "0.5.19",
"version": "0.5.20",
"description": "plugins locals",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

},
"gitHead": "c46ab655b7a8e55ce8329ceb58836a387b322dbd"
"gitHead": "0e580e64332fd08332055e4def3204827fa03440"
}

@@ -44,3 +44,3 @@ /* eslint-disable require-jsdoc */

case 'dateTime': {
return dayjs(value).format('YYYY/MM/DD HH:mm');
return dayjs(value).format('YYYY/MM/DD');
}

@@ -47,0 +47,0 @@ case 'image': {

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