Socket
Socket
Sign inDemoInstall

@types/d3-queue

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.4 to 3.0.5

d3-queue/LICENSE

10

d3-queue/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for D3JS d3-queue module v3.0.2
// Type definitions for D3JS d3-queue module 3.0
// Project: https://github.com/d3/d3-queue/

@@ -6,2 +6,4 @@ // Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>

// Last module patch version validated against: 3.0.2
/**

@@ -21,3 +23,3 @@ * A d3-queue queue object as returned by queue(...)

*/
defer(task: (...args: Array<any>) => void, ...args: any[]): this;
defer(task: (...args: any[]) => void, ...args: any[]): this;
/**

@@ -37,3 +39,3 @@ * Aborts any active tasks, invoking each active task’s task.abort function, if any.

*/
await(callback: (error: any | null, ...results: Array<any>) => void): this;
await(callback: (error: any | null, ...results: any[]) => void): this;
/**

@@ -47,3 +49,3 @@ * Sets the callback to be invoked when all deferred tasks have finished (results array).

*/
awaitAll(callback: (error: any | null, results?: Array<any>) => void): this;
awaitAll(callback: (error: any | null, results?: any[]) => void): this;
}

@@ -50,0 +52,0 @@

24

d3-queue/package.json
{
"name": "@types/d3-queue",
"version": "3.0.4",
"description": "TypeScript definitions for D3JS d3-queue module v3.0.2",
"version": "3.0.5",
"description": "TypeScript definitions for D3JS d3-queue module",
"license": "MIT",
"author": "Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>",
"contributors": [
{
"name": "Tom Wanzek",
"url": "https://github.com/tomwanzek"
},
{
"name": "Alex Ford",
"url": "https://github.com/gustavderdrache"
},
{
"name": "Boris Yankov",
"url": "https://github.com/borisyankov"
}
],
"main": "",

@@ -14,4 +27,5 @@ "repository": {

"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "e831903916c16a77804673767e3d1ef26b482134cced69f5aa2e9529c5614de9"
"peerDependencies": {},
"typesPublisherContentHash": "2e3c54d6c9a3c4d1cb3a338e6d10951ad523945e4f50889a71556830c649edf3",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for D3JS d3-queue module v3.0.2 (https://github.com/d3/d3-queue/).
This package contains type definitions for D3JS d3-queue module (https://github.com/d3/d3-queue/).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/d3-queue
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-queue
Additional Details
* Last updated: Mon, 12 Sep 2016 19:00:00 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 19 May 2017 15:49:31 GMT
* Dependencies: none
* Global values: none

@@ -17,0 +15,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc