Socket
Socket
Sign inDemoInstall

@types/graphlib

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/graphlib - npm Package Compare versions

Comparing version 2.1.11 to 2.1.12

8

graphlib/index.d.ts

@@ -80,2 +80,3 @@ declare module "graphlib" {

*/
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
parent(v: string): string | void;

@@ -278,2 +279,3 @@

*/
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
inEdges(v: string, w?: string): void | Edge[];

@@ -290,2 +292,3 @@

*/
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
outEdges(v: string, w?: string): void | Edge[];

@@ -302,2 +305,3 @@

*/
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
nodeEdges(v: string, w?: string): void | Edge[];

@@ -313,2 +317,3 @@

*/
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
predecessors(v: string): void | string[];

@@ -324,2 +329,3 @@

*/
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
successors(v: string): void | string[];

@@ -336,2 +342,3 @@

// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
neighbors(v: string): void | string[];

@@ -373,2 +380,3 @@

*/
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
graph(): void | string;

@@ -375,0 +383,0 @@

4

graphlib/package.json
{
"name": "@types/graphlib",
"version": "2.1.11",
"version": "2.1.12",
"description": "TypeScript definitions for graphlib",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphlib",

"dependencies": {},
"typesPublisherContentHash": "13d738015ad13a5951a8511d78a8f0454d83c331a790f19d513a63085383652f",
"typesPublisherContentHash": "0d4ba77a87c0a51bb5233ee6555005bc72f9669dd2177656e010ec61a7fe07d1",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Wed, 22 Nov 2023 00:24:48 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