Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.2 to 1.1.0

index.d.ts

54

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

@@ -8,4 +8,11 @@ "main": "dist/egm96-universal.cjs.js",

"files": [
"dist"
"dist",
"README.md",
"LICENSE.md",
"index.d.ts"
],
"targets": {
"main": false,
"module": false
},
"scripts": {

@@ -16,7 +23,7 @@ "prebuild": "npm run convert-data",

"lint": "npm run prebuild && eslint \"*.js\" \"src/**/*.js\"",
"jest": "npm run prebuild && jest",
"jest": "npm run prebuild && jest --config=./jest.config.js --coverage",
"build": "npm run rollup",
"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"
"website-build": "npm run prebuild && parcel build demo/index.html --dist-dir public --public-url ./",
"website-dev": "npm run prebuild && parcel serve demo/index.html --dist-dir public"
},

@@ -47,23 +54,24 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.0.2",
"eslint-plugin-jsdoc": "^30.2.1",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsdoc": "^36.0.7",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.3.0",
"parcel-bundler": "^1.12.4",
"rollup": "^2.23.1"
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"jest": "^27.0.6",
"lodash": "^4.17.21",
"parcel": "^2.0.0-rc.0",
"rollup": "^2.56.3"
},
"dependencies": {
"rfc4648": "^1.4.0"
}
"rfc4648": "^1.5.0"
},
"types": "index.d.ts"
}
# egm96-universal
![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)
[![Node.js CI](https://github.com/nicolas-van/egm96-universal/workflows/Node.js%20CI/badge.svg)](https://github.com/nicolas-van/egm96-universal/actions?query=workflow%3A%22Node.js+CI%22) [![npm](https://img.shields.io/npm/v/egm96-universal)](https://www.npmjs.com/package/egm96-universal) [![Coverage Status](https://coveralls.io/repos/github/nicolas-van/egm96-universal/badge.svg?branch=master)](https://coveralls.io/github/nicolas-van/egm96-universal?branch=master)

@@ -52,2 +52,8 @@ A library to convert between EGM96-relative altitudes and WGS84 ellipsoid-relative altitudes.

## Changelog
### 1.1.0
* Added Typescript definitions
## License

@@ -54,0 +60,0 @@

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