@types/d3-polygon
Advanced tools
Comparing version 1.0.7 to 2.0.0
@@ -1,7 +0,10 @@ | ||
// Type definitions for D3JS d3-polygon module 1.0 | ||
// Type definitions for D3JS d3-polygon module 2.0 | ||
// Project: https://github.com/d3/d3-polygon/, https://d3js.org/d3-polygon | ||
// Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov> | ||
// Definitions by: Tom Wanzek <https://github.com/tomwanzek> | ||
// Alex Ford <https://github.com/gustavderdrache> | ||
// Boris Yankov <https://github.com/borisyankov> | ||
// Nathan Bierema <https://github.com/Methuselah96> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// Last module patch version validated against: 1.0.3 | ||
// Last module patch version validated against: 2.0.0 | ||
@@ -8,0 +11,0 @@ /** |
{ | ||
"name": "@types/d3-polygon", | ||
"version": "1.0.7", | ||
"version": "2.0.0", | ||
"description": "TypeScript definitions for D3JS d3-polygon module", | ||
@@ -21,14 +21,20 @@ "license": "MIT", | ||
"githubUsername": "borisyankov" | ||
}, | ||
{ | ||
"name": "Nathan Bierema", | ||
"url": "https://github.com/Methuselah96", | ||
"githubUsername": "Methuselah96" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/d3-polygon" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "61ee808955bb092be145a108fbc43f805bc0cc14716f3603cd66aad2a650ddec", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "4a02cb931240583f233d3b5bad187adc21689f18632ec9068b4be99be7070499", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for D3JS d3-polygon module ( https://github.com/d3/d3-polygon/ ). | ||
This package contains type definitions for D3JS d3-polygon module (https://github.com/d3/d3-polygon/). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-polygon | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-polygon. | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 18:07:33 GMT | ||
### Additional Details | ||
* Last updated: Tue, 29 Sep 2020 22:54:47 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>. | ||
These definitions were written by [Tom Wanzek](https://github.com/tomwanzek), [Alex Ford](https://github.com/gustavderdrache), [Boris Yankov](https://github.com/borisyankov), and [Nathan Bierema](https://github.com/Methuselah96). |
Sorry, the diff of this file is not supported yet
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
5105
43