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

graphology-indices

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphology-indices - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

2

LICENSE.txt
The MIT License (MIT)
Copyright (c) 2020 Guillaume Plique (Yomguithereal)
Copyright (c) 2020-2021 Guillaume Plique (Yomguithereal)

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "graphology-indices",
"version": "0.13.3",
"version": "0.13.4",
"description": "Miscellaneous indices for graphology.",

@@ -35,23 +35,4 @@ "main": "index.js",

"homepage": "https://github.com/graphology/graphology-indices#readme",
"devDependencies": {
"@yomguithereal/eslint-config": "^4.0.0",
"chai": "^4.2.0",
"eslint": "^7.14.0",
"graphology": "^0.19.2",
"graphology-operators": "^1.3.0",
"graphology-types": "^0.19.0",
"mocha": "^8.2.1"
},
"eslintConfig": {
"extends": "@yomguithereal/eslint-config",
"globals": {
"Set": true,
"Symbol": true,
"Uint8Array": true,
"Uint32Array": true,
"Float64Array": true
}
},
"peerDependencies": {
"graphology-types": ">=0.19.0"
"graphology-types": ">=0.20.0"
},

@@ -61,3 +42,6 @@ "dependencies": {

"mnemonist": "^0.38.0"
},
"eslintConfig": {
"extends": "@yomguithereal/eslint-config"
}
}

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

import Graph, {NodeKey} from 'graphology-types';
import Graph from 'graphology-types';

@@ -6,3 +6,3 @@ export default class SortedComponentsIndex {

offsets: Uint32Array;
nodes: Array<NodeKey>;
nodes: Array<string>;
count: number;

@@ -9,0 +9,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