@types/d3-brush
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -256,4 +256,5 @@ // Type definitions for D3JS d3-brush module 1.1 | ||
* The current brush selection associated with the event. | ||
* This is null when the selection is empty. | ||
*/ | ||
selection: BrushSelection; | ||
selection: BrushSelection | null; | ||
/** | ||
@@ -260,0 +261,0 @@ * The underlying input event, such as mousemove or touchmove. |
{ | ||
"name": "@types/d3-brush", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for D3JS d3-brush module", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "ccfae42db1d0b1904779dcc5edd1b640bd3325501e7b7c4af0bdafa4ab93b9da", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "68f6c1695b3f7ab4f6c3700d1fb9e98064cb26a1817a1b5f79deb751ddc93ac7", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 02 Mar 2020 18:23:09 GMT | ||
* Last updated: Fri, 05 Jun 2020 23:24:28 GMT | ||
* Dependencies: [@types/d3-selection](https://npmjs.com/package/@types/d3-selection) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
16446
252