Socket
Socket
Sign inDemoInstall

@jiaminghi/data-view-react

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jiaminghi/data-view-react - npm Package Compare versions

Comparing version 1.0.10 to 1.1.0

es/flylineChartEnhanced/index.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 1.1.0-alpha (2020-01-08)
### New
- **FlylineChartEnhanced:** Enhanced flylineChart .
# 1.0.10-alpha (2019-12-27)

@@ -2,0 +8,0 @@

1

es/index/index.js

@@ -45,2 +45,3 @@ import React, { useMemo } from 'react';

export { default as FlylineChart } from '../flylineChart/index.js';
export { default as FlylineChartEnhanced } from '../flylineChartEnhanced/index.js';
export { default as ConicalColumnChart } from '../conicalColumnChart/index.js';

@@ -47,0 +48,0 @@ export { default as ScrollBoard } from '../scrollBoard/index.js';

@@ -51,2 +51,3 @@ 'use strict';

var flylineChart = require('../flylineChart/index.js');
var flylineChartEnhanced = require('../flylineChartEnhanced/index.js');
var conicalColumnChart = require('../conicalColumnChart/index.js');

@@ -172,2 +173,3 @@ var scrollBoard = require('../scrollBoard/index.js');

exports.FlylineChart = flylineChart;
exports.FlylineChartEnhanced = flylineChartEnhanced;
exports.ConicalColumnChart = conicalColumnChart;

@@ -174,0 +176,0 @@ exports.ScrollBoard = scrollBoard;

2

package.json
{
"name": "@jiaminghi/data-view-react",
"version": "1.0.10",
"version": "1.1.0",
"description": "React Large screen data display component library",

@@ -5,0 +5,0 @@ "author": "Duan Yu <949267840@qq.com>",

@@ -57,3 +57,2 @@ [ENGLISH](./README_EN.md)

* **飞线图**添加多中心点及反向飞线功能
* **地图组件**

@@ -60,0 +59,0 @@ * **TS**重构组件库底层依赖

@@ -43,2 +43,3 @@ /**

export { default as FlylineChart } from './components/flylineChart'
export { default as FlylineChartEnhanced } from './components/flylineChartEnhanced'
export { default as ConicalColumnChart } from './components/conicalColumnChart'

@@ -45,0 +46,0 @@ export { default as DigitalFlop } from './components/digitalFlop'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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