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

geo-math-utils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geo-math-utils - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

dist/index.d.ts

@@ -1,2 +0,1 @@

/// <reference path="../typings/main.d.ts" />
export declare function toLatLon(lat0: any, lon0: any, x: any, y: any): {

@@ -3,0 +2,0 @@ lat: any;

"use strict";
/// <reference path="../typings/main.d.ts" />
var geodesy = require("geodesy");

@@ -4,0 +3,0 @@ function toLatLon(lat0, lon0, x, y) {

2

package.json
{
"name": "geo-math-utils",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

"use strict";
/// <reference path="../typings/main.d.ts" />
var geodesy = require("geodesy");

@@ -4,0 +3,0 @@ function toLatLon(lat0, lon0, x, y) {

@@ -1,2 +0,3 @@

/// <reference path="../typings/main.d.ts" />
declare var require;
var geodesy = require("geodesy");

@@ -3,0 +4,0 @@

Sorry, the diff of this file is not supported yet

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