@types/d3-dispatch
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -1,2 +0,2 @@ | ||
// Type definitions for D3JS d3-dispatch module v1.0.1 | ||
// Type definitions for D3JS d3-dispatch module 1.0 | ||
// Project: https://github.com/d3/d3-dispatch/ | ||
@@ -6,2 +6,4 @@ // Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov> | ||
// Last module patch version validated against: 1.0.1 | ||
export interface Dispatch<T extends EventTarget> { | ||
@@ -8,0 +10,0 @@ apply(type: string, that?: T, args?: any[]): void; |
{ | ||
"name": "@types/d3-dispatch", | ||
"version": "1.0.4", | ||
"description": "TypeScript definitions for D3JS d3-dispatch module v1.0.1", | ||
"version": "1.0.5", | ||
"description": "TypeScript definitions for D3JS d3-dispatch module", | ||
"license": "MIT", | ||
"author": "Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>", | ||
"contributors": [ | ||
{ | ||
"name": "Tom Wanzek", | ||
"url": "https://github.com/tomwanzek" | ||
}, | ||
{ | ||
"name": "Alex Ford", | ||
"url": "https://github.com/gustavderdrache" | ||
}, | ||
{ | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,4 +27,5 @@ "repository": { | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "03316f0a61194b60da16bf4aac1a91e744654c451b9fa13278ce0c09439e30a2" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "c6237e49b1beef48f0450929a49c36e12dc90646aba318427067ff6c08a5f839", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for D3JS d3-dispatch module v1.0.1 (https://github.com/d3/d3-dispatch/). | ||
This package contains type definitions for D3JS d3-dispatch module (https://github.com/d3/d3-dispatch/). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/d3-dispatch | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-dispatch | ||
Additional Details | ||
* Last updated: Mon, 12 Sep 2016 18:59:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Fri, 19 May 2017 15:49:31 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
@@ -17,0 +15,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
3499
14
17