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.22.0 to 0.22.1

types/runtime/runtime.d.ts

2

index.d.ts

@@ -1,3 +0,3 @@

// TypeScript Version: 3.4
// TypeScript Version: 4.1
export * from './types';
{
"name": "vega-typings",
"version": "0.22.0",
"version": "0.22.1",
"description": "Typings for Vega.",

@@ -16,2 +16,3 @@ "types": "types",

"format": "prettier $([ \"$CI\" = true ] && echo --check || echo --write) './**/*.{ts,tsx,js,json,css}'",
"format-dataflow-tests": "prettier --write --ignore-path none tests/dataflow/*.ts",
"build-tests": "./build-tests.sh",

@@ -25,4 +26,3 @@ "pretest": "yarn build-tests",

"vega-util": "^1.15.2"
},
"gitHead": "774165e29850b66ec8b79ba52a7955f1ab936ea6"
}
}

@@ -16,4 +16,4 @@ import { LoggerInterface } from 'vega-util';

// TODO
export type Runtime = any;
export { Runtime } from './runtime';
import { Runtime } from './runtime';

@@ -20,0 +20,0 @@ export const version: string;

@@ -320,4 +320,4 @@ import {

*
* __Default value:__ `0`
* @minimum 0
* __Default value:__ `0`
*/

@@ -329,4 +329,4 @@ innerRadius?: number | SignalRef;

*
* __Default value:__ `0`
* @minimum 0
* __Default value:__ `0`
*/

@@ -333,0 +333,0 @@ outerRadius?: number | SignalRef;

@@ -458,5 +458,5 @@ import {

* The offset of the legend label.
* @minimum 0
*
* __Default value:__ `4`.
* @minimum 0
*/

@@ -463,0 +463,0 @@ labelOffset?: NumberValue;

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