New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trackunit/geo-json-utils

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/geo-json-utils - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@trackunit/geo-json-utils",
"version": "0.0.2",
"version": "0.0.3",
"repository": "https://github.com/Trackunit/manager",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt",

import { GeoJsonBbox, GeoJsonLinearRing, GeoJsonMultiPolygon, GeoJsonPoint, GeoJsonPolygon, GeoJsonPosition } from "./GeoJsonSchemas";
import { TuGeoJsonPolygonNoHoles } from "./TuGeoJsonSchemas";
export declare const EARTH_RADIUS = 6378137;
interface TuCoordinate {
export interface TuCoordinate {
longitude: number;

@@ -6,0 +6,0 @@ latitude: number;

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