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.0.1 to 1.1.0

.hash

2

lib/agChartsReact.d.ts

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

// ag-charts-react v1.0.1
// ag-charts-react v1.1.0
import { Component, RefObject } from "react";

@@ -3,0 +3,0 @@ export interface AgChartProps {

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

// ag-charts-react v1.0.1
// ag-charts-react v1.1.0
"use strict";

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

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

// ag-charts-react v1.0.1
// ag-charts-react v1.1.0
export * from './agChartsReact';

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

// ag-charts-react v1.0.1
// ag-charts-react v1.1.0
"use strict";

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

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

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

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

// ag-charts-react v1.0.1
// ag-charts-react v1.1.0
"use strict";

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

{
"name": "ag-charts-react",
"version": "1.0.1",
"version": "1.1.0",
"description": "ag-Charts React Component",

@@ -8,5 +8,6 @@ "main": "main.js",

"scripts": {
"build": "gulp",
"build": "gulp && npm run hash",
"umd": "rollup -c",
"test": "jest --passWithNoTests"
"test": "jest --passWithNoTests",
"hash": "sh ../../scripts/hashDirectory.sh > .hash"
},

@@ -34,4 +35,4 @@ "repository": {

"devDependencies": {
"ag-charts-community": "~1.0.0",
"@types/jest": "24.0.18",
"ag-charts-community": "~1.1.0",
"@types/jest": "^25.2.1",
"@types/react": "16.9.2",

@@ -49,3 +50,3 @@ "@types/react-dom": "16.9.0",

"gulp-typescript": "^5.0.0",
"jest": "24.8.0",
"jest": "^25.4.0",
"jest-environment-jsdom-fourteen": "0.1.0",

@@ -67,3 +68,3 @@ "jest-watch-typeahead": "0.3.1",

"peerDependencies": {
"ag-charts-community": "~1.0.0",
"ag-charts-community": "~1.1.0",
"react": "^16.3.0",

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

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