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

ag-charts-react

Package Overview
Dependencies
Maintainers
1
Versions
51
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 3.3.0 to 4.0.0

2

lib/agChartsReact.d.ts

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

// ag-charts-react v3.3.0
// ag-charts-react v4.0.0
import { Component, RefObject } from "react";

@@ -3,0 +3,0 @@ import { AgChartOptions } from "ag-charts-community";

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

// ag-charts-react v3.3.0
// ag-charts-react v4.0.0
"use strict";

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

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

// ag-charts-react v3.3.0
// ag-charts-react v4.0.0
export * from './agChartsReact';

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

// ag-charts-react v3.3.0
// ag-charts-react v4.0.0
"use strict";

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

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

// ag-charts-react v3.3.0
// ag-charts-react v4.0.0
export declare const assignProperties: (to: {}, from: {}) => void;

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

// ag-charts-react v3.3.0
// ag-charts-react v4.0.0
"use strict";

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

{
"name": "ag-charts-react",
"version": "3.3.0",
"version": "4.0.0",
"description": "AG Charts React Component",

@@ -8,4 +8,4 @@ "main": "main.js",

"scripts": {
"build": "gulp && npm run hash",
"umd": "rollup -c",
"build": "npx gulp && npm run hash",
"umd": "npx rollup -c",
"test": "npx jest --passWithNoTests",

@@ -35,3 +35,3 @@ "hash": "sh ../../scripts/hashDirectory.sh > .hash"

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

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

"peerDependencies": {
"ag-charts-community": "~3.3.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
"ag-charts-community": "~4.0.0",
"react": "^16.3.0 || ^17.0.0",
"react-dom": "^16.3.0 || ^17.0.0"
},

@@ -72,0 +72,0 @@ "jest": {

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