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

carhome

Package Overview
Dependencies
Maintainers
1
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carhome - npm Package Compare versions

Comparing version 1.0.26 to 1.0.27

.cache/92f49aad4f25ad9a8e57b6333e4bd6842e2410bafecf90d48735086ba737188b.js

1

lib/components/Select/Option.js

@@ -24,3 +24,2 @@ import React, {Component} from 'react';

: 'car-select-option-select'
console.log()
return (<li onClick={this.handleActive} className={`${styles['car-select-option-item']} ${styles[activeCls]}`}>{this.props.children}</li>)

@@ -27,0 +26,0 @@ }

@@ -16,3 +16,7 @@ import React, {Component} from 'react'

handleClick(key) {
this.setState({activeKey: key})
this.setState({activeKey: key});
if (this.props.onChange) {
this.props.onChange(key);
}
}

@@ -19,0 +23,0 @@ componentDidMount() {

@@ -36,3 +36,5 @@ import Button from './components/Button/Button';

}
function testTabsChange() {
console.log('------testTabsChange-----');
}
return (<div className='main'>

@@ -179,5 +181,5 @@

<div className='item tab-con'>
<Tabs >
<Pane title={'基础属性'} value={1}>
<Tabs size={'small'}>
<Tabs onChange={testTabsChange}>
<Pane title={'基础属性'} value={'111'}>
<Tabs size={'small'} onChange={testTabsChange}>
<Pane title={'国别偏好'} value={1}></Pane>

@@ -188,4 +190,4 @@ <Pane title={'品牌偏好'} value={9}></Pane>

</Pane>
<Pane title={'行为偏好'} value={2}>行为偏好</Pane>
<Pane title={'购车因素'} value={3}>购车因素</Pane>
<Pane title={'行为偏好'} value={'222'}>行为偏好</Pane>
<Pane title={'购车因素'} value={'3333'}>购车因素</Pane>

@@ -192,0 +194,0 @@ </Tabs>

{
"name": "carhome",
"version": "1.0.26",
"version": "1.0.27",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/vi.js",

Sorry, the diff of this file is too big to display

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