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

flight-plan-converter

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

flight-plan-converter - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

fixtures/kml/simple.kml

3

lib/convert/index.js
'use strict';
var converters = {
xplane_fms: require('./xplane_fms')
xplane_fms: require('./xplane_fms'),
kml: require('./kml')
};

@@ -6,0 +7,0 @@

'use strict';
module.exports = {
XPLANE_FMS: 'xplane_fms'
XPLANE_FMS: 'xplane_fms',
KML: 'kml'
};
{
"name": "flight-plan-converter",
"version": "0.0.1",
"version": "0.0.2",
"description": "Converts Flight Plans from and to various file formats.",

@@ -8,2 +8,3 @@ "bin": "cli.js",

"scripts": {
"convert": "node cli.js @$",
"test": "node node_modules/.bin/mocha lib/*.test.js lib/**/*.test.js"

@@ -10,0 +11,0 @@ },

@@ -11,2 +11,3 @@ # Flight-Plan converter

- [X-Planes](http://www.x-plane.com) `.fms`
- KML (export only)

@@ -13,0 +14,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