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

joywok-business-components

Package Overview
Dependencies
Maintainers
6
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joywok-business-components - npm Package Compare versions

Comparing version 0.0.177 to 0.0.178

6

components/langchange/Index.js

@@ -114,5 +114,5 @@ /*

>
<Option value="zh" title="中文">
<Option value="zh" title={i18n('label.beans.levels.zh')}>
<i className="icon-selected"></i>
<span>中文</span>
<span>{i18n('label.beans.levels.zh')}</span>
</Option>

@@ -126,3 +126,3 @@ <Option value="en" title="English">

style={{ width: container_w - select_w + 'px'}}
placeholder={ this.state.curLang=="zh" ? "请输入" : "Please enter"}
placeholder={ this.state.curLang=="zh" ? i18n('label.console.iam.inputv') : "Please enter"}
value={value}

@@ -129,0 +129,0 @@ onChange={(e)=>self.inputOnChange(e)}

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

Option,
{ value: 'zh', title: '\u4E2D\u6587' },
{ value: 'zh', title: i18n('label.beans.levels.zh') },
_react2.default.createElement('i', { className: 'icon-selected' }),

@@ -175,3 +175,3 @@ _react2.default.createElement(

null,
'\u4E2D\u6587'
i18n('label.beans.levels.zh')
)

@@ -192,3 +192,3 @@ ),

style: { width: container_w - select_w + 'px' },
placeholder: this.state.curLang == "zh" ? "请输入" : "Please enter",
placeholder: this.state.curLang == "zh" ? i18n('label.console.iam.inputv') : "Please enter",
value: value,

@@ -195,0 +195,0 @@ onChange: function onChange(e) {

{
"name": "joywok-business-components",
"version": "0.0.177",
"version": "0.0.178",
"description": "",

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

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