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

geod

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geod - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

component.json

@@ -5,3 +5,3 @@ {

"version": "0.0.0",
"version": "0.0.1",

@@ -12,2 +12,2 @@ "author": "Bodo Kaiser <i@bodokaiser.io>",

}
}

@@ -81,5 +81,5 @@ const DEFAULT_ITERS = 1

function kernel(x, y, n) {
m = (n && -1) || 1
var m = (n && -1) || 1
return [[x-m, y-m], [x+m, y-m], [x, y-m], [x-m, y]]
}
}

@@ -9,3 +9,3 @@ {

"version": "0.0.0",
"version": "0.0.1",

@@ -12,0 +12,0 @@ "description": "Implementation of geodesic distance transform algorithm.",

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