graphology-utils
Advanced tools
Comparing version 1.1.1 to 1.1.2
/** | ||
* Graphology Centrality | ||
* ====================== | ||
* Graphology Utils | ||
* ================= | ||
* | ||
@@ -5,0 +5,0 @@ * Library endpoint. |
@@ -17,3 +17,3 @@ /** | ||
return ( | ||
!!value && | ||
value !== null && | ||
typeof value === 'function' && | ||
@@ -20,0 +20,0 @@ typeof value.prototype === 'object' && |
@@ -17,3 +17,3 @@ /** | ||
return ( | ||
!!value && | ||
value !== null && | ||
typeof value === 'object' && | ||
@@ -20,0 +20,0 @@ typeof value.addUndirectedEdgeWithKey === 'function' && |
The MIT License (MIT) | ||
Copyright (c) 2016 Guillaume Plique (Yomguithereal) | ||
Copyright (c) 2017 Guillaume Plique (Yomguithereal) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "graphology-utils", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Miscellaneous utils for graphology.", | ||
@@ -13,2 +13,3 @@ "main": "index.js", | ||
"lint": "eslint *.js", | ||
"prepublish": "npm run lint && npm test", | ||
"test": "mocha test.js" | ||
@@ -37,3 +38,3 @@ }, | ||
"eslint": "^3.5.0", | ||
"graphology": "0.1.0", | ||
"graphology": "^0.7.1", | ||
"mocha": "^3.0.2" | ||
@@ -40,0 +41,0 @@ }, |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/graphology/graphology-utils.svg)](https://travis-ci.org/graphology/graphology-utils) | ||
# Graphology Utils | ||
@@ -13,2 +15,5 @@ | ||
* [#.isGraph](#isgraph) | ||
* [#.isGraphConstructor](#isgraphconstructor) | ||
### #.isGraph | ||
@@ -15,0 +20,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4703
59