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

aureooms-js-adjacency-list

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aureooms-js-adjacency-list - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

2

bower.json

@@ -15,3 +15,3 @@ {

],
"version": "4.0.5",
"version": "4.0.6",
"main": "js/dist/adjacency-list.js",

@@ -18,0 +18,0 @@ "homepage": "http://aureooms.github.io/js-adjacency-list/",

@@ -7,3 +7,3 @@ {

"description": "adjacency list code bricks for JavaScript",
"version": "4.0.5",
"version": "4.0.6",
"main": "js/dist/adjacency-list.js",

@@ -10,0 +10,0 @@ "name": "aureooms-js-adjacency-list",

{
"main": "js/dist/adjacency-list.js",
"version": "4.0.5",
"version": "4.0.6",
"bugs": {

@@ -26,3 +26,3 @@ "url": "https://github.com/aureooms/js-adjacency-list/issues"

"aureooms-js-dll": "^6.0.9",
"aureooms-js-graph-spec": "^4.0.0",
"aureooms-js-graph-spec": "^5.0.0",
"aureooms-node-package": "^5.0.2"

@@ -29,0 +29,0 @@ },

[js-adjacency-list](http://aureooms.github.io/js-adjacency-list)
==
Adjacency list code bricks for JavaScript. Parent is
[js-gn](http://github.com/aureooms/js-gn).
Adjacency list code bricks for JavaScript.
Follows the specification in
[js-graph-spec](https://github.com/aureooms/js-graph-spec).
Parent is [js-gn](https://github.com/aureooms/js-gn).
```js
for ( let e of E( G ) ) ... ;
for ( let v of V( G ) ) ... ;
```

@@ -108,3 +110,4 @@

let Graph = adjacencylist.List( dll.DoublyLinkedList ) ;
let MultiGraph = adjacencylist.MultiGraph( dll.DoublyLinkedList ) ;
// use `adjacencylist.MultiDiGraph` for directed multigraphs ;

@@ -111,0 +114,0 @@ let { V , E , N } = require( "aureooms-js-graph-theory-notation" ) ;

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