Socket
Socket
Sign inDemoInstall

@types/d3-path

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-path - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

8

d3-path/index.d.ts

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

// Last module patch version validated against: 3.0.1
// Last module patch version validated against: 3.1.0

@@ -102,1 +102,7 @@ /**

export function path(): Path;
/**
* Like {@link path}, except limits the digits after the decimal to the specified number of digits.
* Useful for reducing the size of generated SVG path data.
*/
export function pathRound(digits?: number): Path;

6

d3-path/package.json
{
"name": "@types/d3-path",
"version": "3.0.2",
"version": "3.1.0",
"description": "TypeScript definitions for d3-path",

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

"dependencies": {},
"typesPublisherContentHash": "f97f98d9d2cb9f7f95aa3cb7ac0e352dbe8b0f4c40f55687b71065c56bc85a73",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "cc456421f831e8c7ca2f1fcb6ccf69ab407b9e48cc962833feed68539f5d8099",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:37 GMT
* Last updated: Wed, 07 Feb 2024 18:07:36 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

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