Socket
Socket
Sign inDemoInstall

ag-charts-react

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-charts-react - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

5

lib/agChartsReact.d.ts

@@ -1,5 +0,6 @@

// ag-charts-react v1.2.0
// ag-charts-react v2.0.0
import { Component, RefObject } from "react";
import { AgChartOptions } from "ag-charts-community";
export interface AgChartProps {
options: any;
options: AgChartOptions;
}

@@ -6,0 +7,0 @@ interface AgChartState {

2

lib/agChartsReact.js

@@ -1,2 +0,2 @@

// ag-charts-react v1.2.0
// ag-charts-react v2.0.0
"use strict";

@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () {

@@ -1,2 +0,2 @@

// ag-charts-react v1.2.0
// ag-charts-react v2.0.0
export * from './agChartsReact';

@@ -1,2 +0,2 @@

// ag-charts-react v1.2.0
// ag-charts-react v2.0.0
"use strict";

@@ -3,0 +3,0 @@ function __export(m) {

@@ -1,2 +0,2 @@

// ag-charts-react v1.2.0
// ag-charts-react v2.0.0
export declare const assignProperties: (to: {}, from: {}) => void;

@@ -1,2 +0,2 @@

// ag-charts-react v1.2.0
// ag-charts-react v2.0.0
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "ag-charts-react",
"version": "1.2.0",
"version": "2.0.0",
"description": "ag-Charts React Component",

@@ -10,3 +10,3 @@ "main": "main.js",

"umd": "rollup -c",
"test": "jest --passWithNoTests",
"test": "npx jest --passWithNoTests",
"hash": "sh ../../scripts/hashDirectory.sh > .hash"

@@ -35,3 +35,3 @@ },

"devDependencies": {
"ag-charts-community": "~1.2.0",
"ag-charts-community": "~2.0.0",
"@types/jest": "^25.2.1",

@@ -67,3 +67,3 @@ "@types/react": "16.9.2",

"peerDependencies": {
"ag-charts-community": "~1.2.0",
"ag-charts-community": "~2.0.0",
"react": "^16.3.0",

@@ -70,0 +70,0 @@ "react-dom": "^16.3.0"

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