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

@tscircuit/routing

Package Overview
Dependencies
Maintainers
1
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.2.0 to 1.2.1

src/stories/paste-json.stories.tsx

2

dist/index.d.ts

@@ -91,3 +91,3 @@ type Obstacle = {

*
* Internally, uses findTwoPointRoute. If two points are more than 2x distant
* Internally, uses findTwoPointSchematicRoute. If two points are more than 2x distant
* that the nearest point, then there is no need to compute a route between

@@ -94,0 +94,0 @@ * them.

{
"name": "@tscircuit/routing",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

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

"dependencies": {
"pathfinding": "^0.4.18"
"pathfinding": "^0.4.18",
"react-error-boundary": "^4.0.11"
}
}

@@ -15,3 +15,3 @@ import * as PF from "pathfinding"

*
* Internally, uses findTwoPointRoute. If two points are more than 2x distant
* Internally, uses findTwoPointSchematicRoute. If two points are more than 2x distant
* that the nearest point, then there is no need to compute a route between

@@ -18,0 +18,0 @@ * them.

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