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

@hpcc-js/chart

Package Overview
Dependencies
Maintainers
1
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/chart - npm Package Compare versions

Comparing version 2.83.3 to 2.83.4

14

package.json
{
"name": "@hpcc-js/chart",
"version": "2.83.3",
"version": "2.83.4",
"description": "hpcc-js - Viz Chart",

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

"scripts": {
"clean": "rimraf lib* types dist *.tsbuildinfo",
"clean": "rimraf --glob lib* types dist *.tsbuildinfo",
"compile-es6": "tsc --module es6 --outDir ./lib-es6",

@@ -42,5 +42,5 @@ "compile-es6-watch": "npm run compile-es6 -- -w",

"dependencies": {
"@hpcc-js/api": "^2.12.17",
"@hpcc-js/common": "^2.71.17",
"@hpcc-js/util": "^2.51.0"
"@hpcc-js/api": "^2.12.18",
"@hpcc-js/common": "^2.71.18",
"@hpcc-js/util": "^2.51.1"
},

@@ -70,3 +70,3 @@ "devDependencies": {

"d3v4-bullet": "1.0.7",
"tslib": "2.6.2"
"tslib": "2.6.3"
},

@@ -84,3 +84,3 @@ "repository": {

"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "492a0c771c204bed123cbe0c16a5c7e1cdaaa7f3"
"gitHead": "af1635cb20805f16790f241a2cf2baeb2ba1ad77"
}
export const PKG_NAME = "@hpcc-js/chart";
export const PKG_VERSION = "2.83.3";
export const BUILD_VERSION = "2.105.9";
export const PKG_VERSION = "2.83.4";
export const BUILD_VERSION = "2.105.12";
export declare const PKG_NAME = "@hpcc-js/chart";
export declare const PKG_VERSION = "2.83.3";
export declare const BUILD_VERSION = "2.105.9";
export declare const PKG_VERSION = "2.83.4";
export declare const BUILD_VERSION = "2.105.12";
//# sourceMappingURL=__package__.d.ts.map
import { Column } from "./Column";
import { Pie } from "./Pie";
import { Table } from "@hpcc-js/dgrid2";
export { Test3 as Test };

@@ -8,5 +7,2 @@ export declare class Test3 extends Column {

}
export declare class Test2 extends Table {
constructor();
}
export declare class Test1 extends Pie {

@@ -13,0 +9,0 @@ constructor();

export declare const PKG_NAME = "@hpcc-js/chart";
export declare const PKG_VERSION = "2.83.3";
export declare const BUILD_VERSION = "2.105.9";
export declare const PKG_VERSION = "2.83.4";
export declare const BUILD_VERSION = "2.105.12";
//# sourceMappingURL=__package__.d.ts.map
import { Column } from "./Column";
import { Pie } from "./Pie";
import { Table } from "@hpcc-js/dgrid2";
export { Test3 as Test };

@@ -8,5 +7,2 @@ export declare class Test3 extends Column {

}
export declare class Test2 extends Table {
constructor();
}
export declare class Test1 extends Pie {

@@ -13,0 +9,0 @@ constructor();

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

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 not supported yet

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

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 not supported yet

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