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

@hpcc-js/common

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/common - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

9

CHANGELOG.md

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

<a name="0.6.1"></a>
## [0.6.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@0.6.0...@hpcc-js/common@0.6.1) (2018-06-19)
**Note:** Version bump only for package @hpcc-js/common
<a name="0.6.0"></a>

@@ -23,2 +31,3 @@ # [0.6.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@0.5.0...@hpcc-js/common@0.6.0) (2018-06-19)

* **dashy:** Add [@hpcc-js](https://github.com/hpcc-js)/chart input mapping meta ([fb9e523](https://github.com/hpcc-systems/Visualization/commit/fb9e523))
* **Table:** Add cell formatting ([aa067d3](https://github.com/hpcc-systems/Visualization/commit/aa067d3))
* **timeline:** Add EntityPin to timeline ([bab1b06](https://github.com/hpcc-systems/Visualization/commit/bab1b06))

@@ -25,0 +34,0 @@

4

package.json
{
"name": "@hpcc-js/common",
"version": "0.6.0",
"version": "0.6.1",
"description": "hpcc-js - Viz Common",

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

"dependencies": {
"@hpcc-js/util": "^0.1.0"
"@hpcc-js/util": "^0.1.1"
},

@@ -33,0 +33,0 @@ "devDependencies": {

@@ -7,5 +7,8 @@ import { PropertyExt } from "./PropertyExt";

export declare class Field extends PropertyExt {
private _owner;
idx: number;
protected _children: Field[];
constructor(id?: any);
owner(): Grid;
owner(_: Grid): this;
checksum(): string;

@@ -12,0 +15,0 @@ typeTransformer(_: any): any;

import { Class } from "./Class";
export interface IAutoExpand extends PropertyExt {
owner(): PropertyExt;
owner(_: PropertyExt): this;
valid(): boolean;

@@ -13,3 +15,3 @@ }

autoExpand?: {
new (owner: PropertyExt): IAutoExpand;
new (): IAutoExpand;
};

@@ -16,0 +18,0 @@ render?: boolean;

@@ -104,3 +104,3 @@ import { Selection as d3Selection } from "d3-selection";

getBBox(refresh?: boolean, round?: boolean): BBox;
textSize(_text: string | string[], fontName?: string, fontSize?: number): ISize;
textSize(_text: string | string[], fontName?: string, fontSize?: number, bold?: boolean): ISize;
element(): any;

@@ -107,0 +107,0 @@ node(): any;

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

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