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 2.1.0 to 2.1.1

memoized-for-each.d.ts

1

index.d.ts

@@ -12,1 +12,2 @@ export * from './add-edge';

export {default as updateGraphKeys} from './update-graph-keys';
export {default as memoizedForEach} from './memoized-for-each';

@@ -24,1 +24,2 @@ /**

exports.updateGraphKeys = require('./update-graph-keys.js');
exports.memoizedForEach = require('./memoized-for-each.js');

12

package.json
{
"name": "graphology-utils",
"version": "2.1.0",
"version": "2.1.1",
"description": "Miscellaneous utils for graphology.",

@@ -14,2 +14,3 @@ "main": "index.js",

"is-graph-constructor.js",
"memoized-for-each.js",
"merge-clique.js",

@@ -25,4 +26,3 @@ "merge-cycle.js",

"lint": "eslint '**/*.js'",
"prepublish": "npm run lint && npm test",
"prepublishOnly": "npm run prepublish",
"prepublishOnly": "npm run lint && npm test",
"test": "mocha test.js"

@@ -56,6 +56,6 @@ },

"@yomguithereal/eslint-config": "^4.0.0",
"eslint": "^7.27.0",
"graphology": "^0.19.3",
"eslint": "^7.30.0",
"graphology": "^0.20.0",
"graphology-types": "0.19.2",
"mocha": "^8.4.0"
"mocha": "^9.0.2"
},

@@ -62,0 +62,0 @@ "eslintConfig": {

@@ -1,2 +0,2 @@

[![Build Status](https://travis-ci.org/graphology/graphology-utils.svg)](https://travis-ci.org/graphology/graphology-utils)
[![Build Status](https://github.com/graphology/graphology-utils/workflows/Tests/badge.svg)](https://github.com/graphology/graphology-utils/actions)

@@ -3,0 +3,0 @@ # Graphology Utils

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