Socket
Socket
Sign inDemoInstall

echarts-next-for-react

Package Overview
Dependencies
48
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

1

dist/index.d.ts
import type { FC } from 'react';
import React from 'react';
import type { EChartsOption } from 'echarts';
import 'echarts-gl';
export declare type EChartsNextForReactCoreProps = {

@@ -5,0 +6,0 @@ option: EChartsOption;

@@ -9,2 +9,3 @@ import React, { useRef, useEffect } from 'react';

import { useMount, useUnmount } from 'react-use';
import 'echarts-gl';

@@ -11,0 +12,0 @@ function _defineProperty(obj, key, value) {

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

var reactUse = require('react-use');
require('echarts-gl');

@@ -13,0 +14,0 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

import type { FC } from 'react';
import React from 'react';
import type { EChartsOption } from 'echarts';
import 'echarts-gl';
export declare type EChartsNextForReactCoreProps = {

@@ -5,0 +6,0 @@ option: EChartsOption;

3

package.json
{
"name": "echarts-next-for-react",
"version": "1.0.6",
"version": "1.0.7",
"description": "Echarts(v5.x | next) components for react.",

@@ -57,2 +57,3 @@ "main": "dist/index.js",

"echarts": "^5.0.0",
"echarts-gl": "^2.0.0-rc.3",
"lodash": "^4.17.20",

@@ -59,0 +60,0 @@ "react-use": "^15.3.4"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc