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.23 to 1.0.25

.cache/6469b89eae2065237e4ff119c06648f03bd99dc5218ac91a70b05a5c5f0102dd.js

6

lib/components/Chart/box.js

@@ -229,2 +229,6 @@ import {Component} from 'react';

setChartList = (value) => {
console.log(value)
}
render() {

@@ -247,3 +251,3 @@ const {showType, showTypeName} = this.state;

options.map((item, i) => {
return (<ChartItem key={i} option={item}/>)
return (<ChartItem key={i} option={item} loadOk={this.setChartList}/>)
})

@@ -250,0 +254,0 @@ }

@@ -18,2 +18,4 @@ import {Component} from 'react';

let tempChart = await highchart.chart(elem, option);
const {loadOk} = this.props;
loadOk(tempChart)
}

@@ -20,0 +22,0 @@

2

package.json
{
"name": "carhome",
"version": "1.0.23",
"version": "1.0.25",
"description": "",

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

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

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