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.8.2 to 3.8.3

13

lib/Calendar/components/CalendarListBox.js

@@ -137,2 +137,7 @@ 'use strict';

} },
dayInfo._sub != null && _react2.default.createElement(
'p',
{ className: 'sub_top' },
dayInfo._sub
),
dayInfo.main != null && _react2.default.createElement(

@@ -143,11 +148,7 @@ 'p',

),
dayInfo._sub != null ? _react2.default.createElement(
dayInfo.sub != null && _react2.default.createElement(
'p',
{ className: 'sub' },
dayInfo._sub
) : dayInfo.sub != null ? _react2.default.createElement(
'p',
{ className: 'sub' },
dayInfo.sub
) : null
)
);

@@ -154,0 +155,0 @@ })

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

return_car: '还车',
inTheDay_car: '取还车',
inTheDay_car: '今日取还',
picker_default: null,

@@ -42,3 +42,3 @@ return_default: null,

return_car: '還車',
inTheDay_car: '取還车',
inTheDay_car: '今日取還',
picker_default: null,

@@ -45,0 +45,0 @@ return_default: null,

{
"name": "zzc-design-mobile",
"name_cn": "租租车主流程UI规范",
"version": "3.8.2",
"version": "3.8.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