Socket
Socket
Sign inDemoInstall

@types/d3-format

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-format - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

10

d3-format/index.d.ts

@@ -103,3 +103,2 @@ // Type definitions for D3JS d3-format module 3.0

* ' ' (space) - a space for positive and a minus sign for negative.
*
*/

@@ -237,3 +236,3 @@ sign?: string | undefined;

*/
align: '>' | '<' | '^' | '=';
align: ">" | "<" | "^" | "=";
/**

@@ -246,5 +245,4 @@ * The sign can be:

* ' ' (space) - a space for positive and a minus sign for negative.
*
*/
sign: '-' | '+' | '(' | ' ';
sign: "-" | "+" | "(" | " ";
/**

@@ -257,3 +255,3 @@ * The symbol can be:

*/
symbol: '$' | '#' | '';
symbol: "$" | "#" | "";
/**

@@ -307,3 +305,3 @@ * The zero (0) option enables zero-padding; this implicitly sets fill to 0 and align to =.

*/
type: 'e' | 'f' | 'g' | 'r' | 's' | '%' | 'p' | 'b' | 'o' | 'd' | 'x' | 'X' | 'c' | '' | 'n';
type: "e" | "f" | "g" | "r" | "s" | "%" | "p" | "b" | "o" | "d" | "x" | "X" | "c" | "" | "n";
/**

@@ -310,0 +308,0 @@ * Return the object as a specifier string.

6

d3-format/package.json
{
"name": "@types/d3-format",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for D3JS d3-format module",

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

"dependencies": {},
"typesPublisherContentHash": "9fdcb5511f5c844464168b744dda1929b98a91f388a684b52e64bfe92c69fd48",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "f9f9c7c1b0d49cb65b03e05f6776c6118974e1887c95f2a717a963bb75e2baa2",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 20:32:38 GMT
* Last updated: Fri, 22 Sep 2023 20:29:40 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