New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zzc-design-mobile

Package Overview
Dependencies
Maintainers
4
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zzc-design-mobile - npm Package Compare versions

Comparing version 3.9.2 to 3.9.3

11

lib/Calendar/components/CalendarFooter.js

@@ -211,3 +211,3 @@ 'use strict';

if (days >= 10) {
durationDaysText = ' (' + i18n.durationDays + days + i18n.day + ')';
durationDaysText = '' + i18n.durationDays + days + i18n.day;
}

@@ -236,3 +236,3 @@ }

'\uFF1A',
currStartTime ? (0, _moment2.default)(currStartTime.t).format((0, _moment2.default)().isSame(currStartTime.t, 'year') ? formatText : formatTextWithYear) + durationDaysText : '未设置'
currStartTime ? (0, _moment2.default)(currStartTime.t).format((0, _moment2.default)().isSame(currStartTime.t, 'year') ? formatText : formatTextWithYear) : '未设置'
),

@@ -250,3 +250,8 @@ _react2.default.createElement(

{ className: 'submit-btn', onClick: submit },
i18n.submit_btn_text
i18n.submit_btn_text,
durationDaysText && _react2.default.createElement(
'div',
{ className: 'duration-day-text' },
durationDaysText
)
)

@@ -253,0 +258,0 @@ )

{
"name": "zzc-design-mobile",
"name_cn": "租租车主流程UI规范",
"version": "3.9.2",
"version": "3.9.3",
"description": "",

@@ -6,0 +6,0 @@ "main": "./lib/index.js",

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