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.3 to 1.3.4

2

dist/index.js

@@ -579,3 +579,3 @@ var __create = Object.create;

margin
}) && isIntersectingObstacle({
}) || isIntersectingObstacle({
points: points.slice(1),

@@ -582,0 +582,0 @@ obstacles,

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

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

@@ -63,3 +63,3 @@ import type { Obstacle, Point } from "./types"

margin,
}) &&
}) ||
isIntersectingObstacle({

@@ -66,0 +66,0 @@ points: points.slice(1),

@@ -17,4 +17,4 @@ # Snapshot report for `tests/example-find-route.test.ts`

{
x: 20,
y: 20,
x: 12,
y: 24,
},

@@ -26,39 +26,11 @@ {

{
x: 28,
y: 40,
},
{
x: 28,
y: 48,
},
{
x: 32,
y: 52,
},
{
x: 40,
y: 52,
},
{
x: 40,
y: 52,
},
{
x: 44,
y: 56,
},
{
x: 44,
y: 76,
},
{
x: 48,
x: 20,
y: 80,
},
{
x: 80,
x: 20,
y: 80,
},
{
x: 80,
x: 20,
y: 80,

@@ -65,0 +37,0 @@ },

Sorry, the diff of this file is not supported yet

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