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.3 to 2.1.4

5

graphlib/index.d.ts

@@ -68,3 +68,4 @@ // Type definitions for graphlib 2.1.1

/**
* Sets node p as a parent for node v. Method throws an exception in case of
* Sets node p as a parent for node v if it is defined, or removes the
* parent for v if p is undefined. Method throws an exception in case of
* invoking it in context of noncompound graph.

@@ -77,3 +78,3 @@ * Average-case complexity: O(1).

*/
setParent(v: string, p: string): Graph;
setParent(v: string, p?: string): Graph;

@@ -80,0 +81,0 @@ /**

{
"name": "@types/graphlib",
"version": "2.1.3",
"version": "2.1.4",
"description": "TypeScript definitions for graphlib",
"license": "MIT",
"author": "Dan Vanderkam <http://danvk.org/>, Dan Mironenko <wolfson@bracketedrebels.com>",
"contributors": [
{
"name": "Dan Vanderkam",
"url": "http://danvk.org/"
},
{
"name": "Dan Mironenko",
"url": "wolfson@bracketedrebels.com"
}
],
"main": "",

@@ -15,4 +24,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "e6de71059beeb001b8e88e6ca460a386b445159645d52151ae3640cf86907d41",
"typesPublisherContentHash": "2d78ce72da272c8124dc789e1fb972f14327d76a64db56ee1cdc72188f2149dd",
"typeScriptVersion": "2.0"
}

4

graphlib/README.md

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/graphlib
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphlib
Additional Details
* Last updated: Thu, 19 Jan 2017 21:17:59 GMT
* Last updated: Fri, 07 Apr 2017 22:26:35 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