Socket
Socket
Sign inDemoInstall

@types/d3-array

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-array - npm Package Compare versions

Comparing version 2.11.0 to 2.12.0

13

d3-array/index.d.ts

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

// Type definitions for D3JS d3-array module 2.11
// Type definitions for D3JS d3-array module 2.12
// Project: https://github.com/d3/d3-array, https://d3js.org/d3-array

@@ -11,3 +11,3 @@ // Definitions by: Alex Ford <https://github.com/gustavderdrache>

// Last module patch version validated against: 2.11.0
// Last module patch version validated against: 2.12.1

@@ -266,2 +266,11 @@ // --------------------------------------------------------------------------

/**
* Returns a full precision cumulative sum of the given values.
* Although slower, d3.fcumsum can replace d3.cumsum when greater precision is needed. Uses d3.Adder.
*/
export function fcumsum<T>(
values: Iterable<T>,
accessor?: (datum: T, index: number, array: Iterable<T>) => number | undefined | null
): Float64Array;
export class Adder {

@@ -268,0 +277,0 @@ /**

4

d3-array/package.json
{
"name": "@types/d3-array",
"version": "2.11.0",
"version": "2.12.0",
"description": "TypeScript definitions for D3JS d3-array module",

@@ -47,4 +47,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "55c120b65895a21e3800a1ac7830184ecb428550275676c981c9a8fd5e5d7b0b",
"typesPublisherContentHash": "2500777dd007018d0cc0be4efa70d2aa4268d28809307c0d51affa58684765fa",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Wed, 19 May 2021 02:31:48 GMT
* Last updated: Fri, 21 May 2021 10:31:44 GMT
* Dependencies: none

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