@types/d3-path
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -1,2 +0,2 @@ | ||
// Last module patch version validated against: 3.0.1 | ||
// Last module patch version validated against: 3.1.0 | ||
@@ -102,1 +102,7 @@ /** | ||
export function path(): Path; | ||
/** | ||
* Like {@link path}, except limits the digits after the decimal to the specified number of digits. | ||
* Useful for reducing the size of generated SVG path data. | ||
*/ | ||
export function pathRound(digits?: number): Path; |
{ | ||
"name": "@types/d3-path", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "TypeScript definitions for d3-path", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-path", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f97f98d9d2cb9f7f95aa3cb7ac0e352dbe8b0f4c40f55687b71065c56bc85a73", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "cc456421f831e8c7ca2f1fcb6ccf69ab407b9e48cc962833feed68539f5d8099", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:37 GMT | ||
* Last updated: Wed, 07 Feb 2024 18:07:36 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
8304
96