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

@hpcc-js/api

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/api - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.3.0"></a>
# [0.3.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/api@0.2.0...@hpcc-js/api@0.3.0) (2018-06-19)
### Features
* **chart:** Support runtime colour calculations ([18ceed4](https://github.com/hpcc-systems/Visualization/commit/18ceed4))
<a name="0.2.0"></a>

@@ -8,0 +19,0 @@ # [0.2.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/api@0.1.3...@hpcc-js/api@0.2.0) (2018-06-15)

6

package.json
{
"name": "@hpcc-js/api",
"version": "0.2.0",
"version": "0.3.0",
"description": "hpcc-js - Viz api",

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

"dependencies": {
"@hpcc-js/common": "^0.5.0"
"@hpcc-js/common": "^0.6.0"
},

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

"typedoc": "0.7.1",
"typescript": "2.8.3",
"typescript": "2.9.1",
"uglify-es": "3.3.9"

@@ -48,0 +48,0 @@ },

@@ -22,3 +22,3 @@ import { Widget } from "@hpcc-js/common";

};
tooltipValueFormat: (_?) => string | ITooltip;
tooltipValueFormat: (_?: any) => string | ITooltip;
tooltipSeriesColor: {

@@ -25,0 +25,0 @@ (): string;

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