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

@tscircuit/routing

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tscircuit/routing - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

.github/workflows/test.yml

3

dist/index.js

@@ -404,5 +404,2 @@ var __create = Object.create;

if (remainingSegDist <= grid.maxGranularSearchSegments) {
console.log(
"skipping mixed granularity, route is within max granular search segments"
);
const granRoute = findTwoPointGranularRoute({

@@ -409,0 +406,0 @@ pointsToConnect,

{
"name": "@tscircuit/routing",
"version": "1.3.2",
"version": "1.3.3",
"description": "",

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

@@ -33,5 +33,5 @@ import { findBestBorderTargetPaths } from "./find-best-border-target-paths"

if (remainingSegDist <= grid.maxGranularSearchSegments) {
console.log(
"skipping mixed granularity, route is within max granular search segments"
)
// console.log(
// "skipping mixed granularity, route is within max granular search segments"
// )
const granRoute = findTwoPointGranularRoute({

@@ -38,0 +38,0 @@ pointsToConnect,

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