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.2.10 to 0.2.11

2

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

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

@@ -6,2 +6,2 @@ # Vega-Typings

Typings for [Vega](https://github.com/vega/vega). This is work in progress.
Typings for [Vega](https://github.com/vega/vega). This is a work in progress.

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

export const version: string;
// Locale API
export function formatLocale(definition: object): void;
export function timeFormatLocale(definition: object): void;
export function parse(spec: Spec, opt?: any): Runtime;

@@ -9,0 +14,0 @@ export function isString(value: any): value is string;

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