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.9 to 0.2.10

2

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

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

@@ -41,4 +41,8 @@ import { Spec } from '..';

signal(name: string, value: any): View;
signal(name: string): any;
container(): HTMLElement | null;
addEventListener(type: string, handler: Handler): void;
addEventListener(type: string, handler: Handler): View;
removeEventListener(type: string, handler: Handler): View;
addSignalListener(name: string, handler: (name: string, value: any) => void): View;
removeSignalListener(name: string, handler: (name: string, value: any) => void): View;
}

@@ -45,0 +49,0 @@

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