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.3 to 0.23.0

LICENSE

12

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

@@ -22,6 +22,8 @@ "types": "types",

"dependencies": {
"vega-event-selector": "^3.0.0",
"vega-expression": "^5.0.0",
"vega-util": "^1.15.2"
}
"@types/geojson": "^7946.0.10",
"vega-event-selector": "^3.0.1",
"vega-expression": "^5.0.1",
"vega-util": "^1.17.1"
},
"gitHead": "fb1092f6b931d450f9c210b67ae4752bd3dd461b"
}

@@ -172,3 +172,2 @@ import { Config, Format } from '../spec';

| 'count'
| '__count__'
| 'missing'

@@ -175,0 +174,0 @@ | 'valid'

@@ -84,3 +84,3 @@ import { Operator } from './dataflow';

context: SceneContext;
items: SceneItem[];
items: Scene[];
height: number;

@@ -87,0 +87,0 @@ width: number;

@@ -42,3 +42,2 @@ /**

| 'cyan'
| 'aqua'
| 'darkblue'

@@ -105,3 +104,2 @@ | 'darkcyan'

| 'magenta'
| 'fuchsia'
| 'mediumaquamarine'

@@ -108,0 +106,0 @@ | 'mediumblue'

import { SignalRef, Vector2, Vector3 } from '.';
import { Feature, FeatureCollection } from 'geojson';
export type GeoJsonFeature = any; // TODO
export type GeoJsonFeatureCollection = any; // TODO
export type GeoJsonFeature = Feature;
export type GeoJsonFeatureCollection = FeatureCollection;
export type Fit = GeoJsonFeature | GeoJsonFeatureCollection | GeoJsonFeature[];

@@ -6,0 +7,0 @@ export type ProjectionType =

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