Socket
Book a DemoInstallSign in
Socket

js-geofs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-geofs - npm Package Compare versions

Comparing version

to
1.1.5

index.mjs

4

lib/mapAPI.cjs.js

@@ -24,3 +24,3 @@ const aircraftCodes = require("./data/aircraftCodes.cjs.js");

export class MapAPI {
class MapAPI {
constructor() {

@@ -77,2 +77,4 @@ this._responseList = [];

module.exports = { MapAPI };
/*

@@ -79,0 +81,0 @@ st gr -- grounded

{
"name": "js-geofs",
"version": "1.1.4",
"version": "1.1.5",
"description": "An abstraction layer for the GeoFS API (credit to iL0g1c).",
"main": "index.cjs.js",
"module": "index.esm.js",
"module": "index.mjs",
"exports": {
"require": "./index.cjs.js",
"import": "./index.esm.js"
"import": "./index.mjs"
},

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