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

egm96-universal

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egm96-universal - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

.github/workflows/website.yml

8

package.json
{
"name": "egm96-universal",
"version": "0.0.0",
"version": "1.0.0",
"description": "A library to convert between EGM96-relative altitudes and WGS84 ellipsoid-relative altitudes",

@@ -14,3 +14,5 @@ "main": "dist/egm96-universal.cjs.js",

"build": "npm run rollup",
"rollup": "rollup -c"
"rollup": "rollup -c",
"website-build": "npm run prebuild && parcel build demo/index.html -d public --public-url ./",
"website-dev": "npm run prebuild && parcel demo/index.html -d public"
},

@@ -25,2 +27,3 @@ "repository": {

"wgs84",
"ellipsoid",
"coordinate",

@@ -51,2 +54,3 @@ "altitude"

"jest": "^26.3.0",
"parcel-bundler": "^1.12.4",
"rollup": "^2.23.1"

@@ -53,0 +57,0 @@ },

# egm96-universal
![Node.js CI](https://github.com/nicolas-van/egm96-universal/workflows/Node.js%20CI/badge.svg)
![Node.js CI](https://github.com/nicolas-van/egm96-universal/workflows/Node.js%20CI/badge.svg) [![npm](https://img.shields.io/npm/v/egm96-universal)](https://www.npmjs.com/package/egm96-universal)

@@ -11,3 +11,3 @@ A library to convert between EGM96-relative altitudes and WGS84 ellipsoid-relative altitudes.

Works both in the browser and node.js.
Works both in the browser and node.js, you can test the result on [the demo page](https://nicolas-van.github.io/egm96-universal/).

@@ -31,3 +31,3 @@ ## Usage

```
import egm96 from 'egm96-universal'
import * as egm96 from 'egm96-universal'
```

@@ -34,0 +34,0 @@

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