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.7 to 2.1.8

8

graphlib/index.d.ts

@@ -9,5 +9,5 @@ // Type definitions for graphlib 2.1.1

export interface GraphOptions {
directed?: boolean; // default: true.
multigraph?: boolean; // default: false.
compound?: boolean; // default: false.
directed?: boolean | undefined; // default: true.
multigraph?: boolean | undefined; // default: false.
compound?: boolean | undefined; // default: false.
}

@@ -19,3 +19,3 @@

/** The name that uniquely identifies a multi-edge. */
name?: string;
name?: string | undefined;
}

@@ -22,0 +22,0 @@

{
"name": "@types/graphlib",
"version": "2.1.7",
"version": "2.1.8",
"description": "TypeScript definitions for graphlib",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphlib",
"license": "MIT",

@@ -25,4 +26,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "6ef94d03e1ea10aa0c6bbdef5d7a5f367eed4c7c21b32561cfb14699ac7931dd",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "832551611e83b8fdf034bfd7d3a4b31bdddd8216517da07d1afde8b4a9df7078",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Thu, 20 Aug 2020 11:31:31 GMT
* Last updated: Tue, 06 Jul 2021 20:33:08 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