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

@types/d3-transition

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-transition - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

8

d3-transition/index.d.ts

@@ -626,3 +626,3 @@ // Type definitions for D3JS d3-transition module 3.0

*
* The generic "OldDatum" refers to the type of a previously-set datum of the selected HTML element in the Transition.
* The generic "OldDatum" refers to the type of a previously-set datum of the selected element in the Transition.
*

@@ -632,3 +632,3 @@ * @param name Name of the transition.

// tslint:disable-next-line:no-unnecessary-generics
export function transition<OldDatum>(name?: string): Transition<HTMLElement, OldDatum, null, undefined>;
export function transition<OldDatum>(name?: string): Transition<BaseType, OldDatum, null, undefined>;

@@ -640,3 +640,3 @@ /**

*
* The generic "OldDatum" refers to the type of a previously-set datum of the selected HTML element in the Transition.
* The generic "OldDatum" refers to the type of a previously-set datum of the selected element in the Transition.
*

@@ -646,2 +646,2 @@ * @param transition A transition instance.

// tslint:disable-next-line:no-unnecessary-generics
export function transition<OldDatum>(transition: Transition<BaseType, any, BaseType, any>): Transition<HTMLElement, OldDatum, null, undefined>;
export function transition<OldDatum>(transition: Transition<BaseType, any, BaseType, any>): Transition<BaseType, OldDatum, null, undefined>;
{
"name": "@types/d3-transition",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for D3JS d3-transition module",

@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-transition",

},
"typesPublisherContentHash": "f4383643ecfa63f8c21e105b35d58686f8335a602a2e834373a0dff5012d117f",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "d2d5f5a042a2639aae73d096e61a0e5d522438604c5acd33a62b973c894b9e25",
"typeScriptVersion": "4.0"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 01 Jul 2021 17:01:27 GMT
* Last updated: Wed, 17 Aug 2022 16:32:28 GMT
* Dependencies: [@types/d3-selection](https://npmjs.com/package/@types/d3-selection)

@@ -14,0 +14,0 @@ * Global values: none

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