Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphology-utils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-utils - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

index.js
/**
* 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 @@

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