vega-typings
Advanced tools
Comparing version 0.2.9 to 0.2.10
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
2125
0
59923
38