Socket
Socket
Sign inDemoInstall

vega-typings

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-typings - npm Package Compare versions

Comparing version 0.12.4 to 0.13.0

LICENSE

5

package.json
{
"name": "vega-typings",
"version": "0.12.4",
"version": "0.13.0",
"description": "Typings for Vega.",

@@ -22,3 +22,4 @@ "types": "types",

"vega-util": "^1.12.1"
}
},
"gitHead": "49a57c10b309addc513a52a38e1959ee169d4758"
}

15

types/runtime/scene.d.ts

@@ -81,9 +81,20 @@ export interface Scene {

export type SceneText = SceneItem & {
align: SceneTextAlign;
angle: number;
align?: SceneTextAlign;
angle?: number;
baseline: SceneTextBaseline;
dir?: 'rtl' | 'ltr';
dx?: number;
dy: number;
ellipsis?: string;
fill: string;
font: string;
fontSize: number;
fontStyle?: string;
fontWeight?: number | string;
limit?: number;
lineBreak?: string;
lineHeight?: number;
radius?: number;
text: string;
theta?: number;
};

@@ -90,0 +101,0 @@

@@ -223,2 +223,3 @@ import { SignalRef } from '.';

tooltip?: ProductionRule<StringValueRef>;
zindex?: ProductionRule<NumericValueRef>;
[k: string]: ProductionRule<ArbitraryValueRef> | undefined;

@@ -225,0 +226,0 @@ }

@@ -83,3 +83,3 @@ import { SignalRef, Vector2, Vector3 } from '.';

/*
* GeoJSON data to which the projection should attempt to automatically fit the translate and scale parameters..
* GeoJSON data to which the projection should attempt to automatically fit the `translate` and `scale` parameters. If object-valued, this parameter should be a GeoJSON Feature or FeatureCollection. If array-valued, each array member may be a GeoJSON Feature, FeatureCollection, or a sub-array of GeoJSON Features.
*/

@@ -86,0 +86,0 @@ fit?: Fit | Fit[] | SignalRef;

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