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

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.19.1 to 0.19.2

LICENSE

5

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

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

"vega-util": "^1.15.2"
}
},
"gitHead": "cf8e57d9657f27d7e8c27a106d4727b4ee0ef254"
}

31

types/runtime/index.d.ts

@@ -58,19 +58,18 @@ import {

export interface ViewOptions {
background?: Color;
bind?: Element | string;
container?: Element | string;
hover?: boolean;
loader?: Loader;
logger?: LoggerInterface;
logLevel?: number;
renderer?: Renderers;
tooltip?: TooltipHandler;
locale?: LocaleFormatters;
expr?: any;
}
export class View {
constructor(
runtime: Runtime,
opt?: {
background?: Color;
bind?: Element | string;
container?: Element | string;
hover?: boolean;
loader?: Loader;
logger?: LoggerInterface;
logLevel?: number;
renderer?: Renderers;
tooltip?: TooltipHandler;
locale?: LocaleFormatters;
expr?: any;
},
);
constructor(runtime: Runtime, opt?: ViewOptions);

@@ -77,0 +76,0 @@ // View Configuration

@@ -329,7 +329,2 @@ import { SignalRef } from '.';

/**
* @TJS-type integer
* @minimum 100
* @maximum 900
*/
export type Interpolate =

@@ -336,0 +331,0 @@ | 'basis'

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