Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hui-ui

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hui-ui - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

lib/chart/chart.jsx

@@ -103,2 +103,6 @@ import React from 'react';

showChart() {
if (!this.props.dataSource || this.props.dataSource.length <= 0) {
return;
}
let data = this.props.dataSource[this.state.activeIndex];

@@ -105,0 +109,0 @@ this.option.xAxis.data = data.xAxis;

2

package.json
{
"name": "hui-ui",
"version": "0.0.12",
"version": "0.0.13",
"description": "hui-ui",

@@ -5,0 +5,0 @@ "main": "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