Socket
Socket
Sign inDemoInstall

@types/d3-dispatch

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-dispatch - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

d3-dispatch/index.d.ts
// Type definitions for D3JS d3-dispatch module 1.0.0
// Project: https://github.com/d3/d3-dispatch/
// Definitions by: Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>, Tom Wanzek <https://github.com/tomwanzek>
// Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -12,6 +12,6 @@

on(typenames: string): (this: T, ...args: any[]) => void;
on(typenames: string, callback: null): Dispatch<T>;
on(typenames: string, callback: (this: T, ...args: any[]) => void): Dispatch<T>;
on(typenames: string, callback: null): this;
on(typenames: string, callback: (this: T, ...args: any[]) => void): this;
}
export function dispatch<T extends EventTarget>(...types: string[]): Dispatch<T>;
{
"name": "@types/d3-dispatch",
"version": "0.0.1",
"version": "0.0.2",
"description": "TypeScript definitions for D3JS d3-dispatch module 1.0.0",
"license": "MIT",
"author": "Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>, Tom Wanzek <https://github.com/tomwanzek>",
"author": "Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>",
"main": "",

@@ -8,0 +8,0 @@ "repository": {

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 08 Aug 2016 20:24:46 GMT
* Last updated: Mon, 22 Aug 2016 17:52:11 GMT
* File structure: ProperModule

@@ -19,2 +19,2 @@ * Library Dependencies: none

# Credits
These definitions were written by Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>, Tom Wanzek <https://github.com/tomwanzek>.
These definitions were written by Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>.
{
"authors": "Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>, Tom Wanzek <https://github.com/tomwanzek>",
"authors": "Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>",
"definitionFilename": "index.d.ts",

@@ -22,3 +22,3 @@ "libraryDependencies": [],

"hasPackageJson": false,
"contentHash": "268e520e7c3201a1e26187abada642abf4f3058d511ab8d0cb5a3cb4fde3c54e"
"contentHash": "38812bdcdf99c67b67701e1b7d981dd15a23cd58146ddca7d459457f32a18fbd"
}
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