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

graphs-and-paths

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphs-and-paths - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

dist/graph.js

@@ -227,3 +227,3 @@ "use strict";

var start = path.start, end = path.end, orientedEdges = path.orientedEdges, nodes = path.nodes;
if (start === end) {
if (path.orientedEdges.length === 1) {
return path;

@@ -230,0 +230,0 @@ }

{
"name": "graphs-and-paths",
"version": "0.2.1",
"version": "0.2.2",
"description": "Tools for graphs representing 2-D spatial points and links between them.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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