@types/d3-path
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -98,3 +98,3 @@ // Type definitions for D3JS d3-path module 1.0 | ||
/** | ||
* Returns the string representation of this path according to SVG’s path data specficiation. | ||
* Returns the string representation of this path according to SVG’s path data specification. | ||
*/ | ||
@@ -101,0 +101,0 @@ toString(): string; |
{ | ||
"name": "@types/d3-path", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "TypeScript definitions for D3JS d3-path module", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Tom Wanzek", | ||
"url": "https://github.com/tomwanzek" | ||
"url": "https://github.com/tomwanzek", | ||
"githubUsername": "tomwanzek" | ||
}, | ||
{ | ||
"name": "Alex Ford", | ||
"url": "https://github.com/gustavderdrache" | ||
"url": "https://github.com/gustavderdrache", | ||
"githubUsername": "gustavderdrache" | ||
}, | ||
{ | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov" | ||
"url": "https://github.com/borisyankov", | ||
"githubUsername": "borisyankov" | ||
} | ||
@@ -24,9 +27,8 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1129ead289bbebcc7890eb4660b6f1fcbc23ffcc2537585c11da5c0eaf46991f", | ||
"typesPublisherContentHash": "3fbec82b071d7e532e48e476056bd792087af5aac674e061c517a644da2fdf19", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-path | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/d3-path | ||
Additional Details | ||
* Last updated: Mon, 22 May 2017 16:24:17 GMT | ||
* Last updated: Wed, 23 May 2018 23:09:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
8095