Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/d3-brush

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-brush - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

d3-brush/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc