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 1.1.1 to 1.1.2

6

d3-transition/index.d.ts

@@ -565,2 +565,8 @@ // Type definitions for D3JS d3-transition module 1.1

/**
* Represents the union of the Selection and Transition types for any usages that operate on both.
* Typically used for functions which take in either a selection or transition and set or update attributes.
*/
export type SelectionOrTransition<GElement extends BaseType, Datum, PElement extends BaseType, PDatum> = Selection<GElement, Datum, PElement, PDatum> | Transition<GElement, Datum, PElement, PDatum>;
/**
* Returns a new transition with the specified name. If a name is not specified, null is used.

@@ -567,0 +573,0 @@ * The new transition is only exclusive with other transitions of the same name.

6

d3-transition/package.json
{
"name": "@types/d3-transition",
"version": "1.1.1",
"version": "1.1.2",
"description": "TypeScript definitions for D3JS d3-transition module",

@@ -26,3 +26,3 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -33,4 +33,4 @@ "scripts": {},

},
"typesPublisherContentHash": "10266834f2e04a3cae409e0c3da27ddf918966bfe22e97f4917cd6543b9bd28a",
"typesPublisherContentHash": "f7a874dd4fae325860c150541b8aeb8361e90847e53daa8606dd622e9fbe7998",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-transition
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-transition
Additional Details
* Last updated: Thu, 26 Oct 2017 18:23:10 GMT
* Last updated: Mon, 02 Jul 2018 20:44:33 GMT
* Dependencies: 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