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.2.6 to 0.2.7

2

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

@@ -5,0 +5,0 @@ "types": "types",

@@ -43,2 +43,3 @@ import { SignalRef } from './signal';

export type BooleanValueRef = ScaledValueRef<boolean>;
export type ArbitraryValueRef = NumericValueRef | ColorValueRef | ScaledValueRef<any>;
export interface ColorRGB {

@@ -97,4 +98,3 @@ r: NumericValueRef;

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

@@ -181,3 +181,3 @@ export type Align = 'left' | 'center' | 'right';

size?: ProductionRule<NumericValueRef>;
shape?: string | ProductionRule<ScaledValueRef<SymbolShape>>;
shape?: ProductionRule<ScaledValueRef<SymbolShape>>;
}

@@ -184,0 +184,0 @@ export type TextBaseline = 'alphabetic' | Baseline;

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