Socket
Socket
Sign inDemoInstall

vega-typings

Package Overview
Dependencies
Maintainers
6
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 1.0.1 to 1.1.0

4

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

@@ -30,3 +30,3 @@ "types": "types",

},
"gitHead": "8304f8a1fc37050404dad69338c0515cb82464ba"
"gitHead": "7703dbd9d655f36329046f581de955a0e086ae51"
}

@@ -68,2 +68,3 @@ import { LoggerInterface } from 'vega-util';

expr?: any;
watchPixelRatio?: boolean;
}

@@ -70,0 +71,0 @@

import { Loader } from '.';
export type Renderers = 'canvas' | 'svg' | 'none';
export type Renderers = 'canvas' | 'svg' | 'hybrid' | 'none';

@@ -5,0 +5,0 @@ export class Renderer {

@@ -89,3 +89,3 @@ import {

ops?: (AggregateOp | SignalRef)[] | SignalRef;
aggregate_params?: object[];
aggregate_params?: number[];
as?: (string | SignalRef | null)[] | SignalRef;

@@ -92,0 +92,0 @@ drop?: boolean | 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