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

@flybywiresim/map

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flybywiresim/map - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

10

dist/FlightsLayer.js

@@ -19,3 +19,3 @@ import React, { useEffect, useState } from "react";

const [selectedAirports, setSelectedAirports] = useState([]);
const [refreshInterval, setRefreshInterval] = useState(8000000);
const [refreshInterval, setRefreshInterval] = useState(10000);
const [bounds, setBounds] = useState(map.getBounds());

@@ -47,6 +47,6 @@ useEffect(() => {

apiBounds = {
north: Math.min(bounds.getNorth(), 90),
east: Math.min(bounds.getEast(), 180),
south: Math.max(bounds.getSouth(), -90),
west: Math.max(bounds.getWest(), -180)
north: Math.ceil(Math.min(bounds.getNorth(), 90)),
east: Math.ceil(Math.min(bounds.getEast(), 180)),
south: Math.floor(Math.max(bounds.getSouth(), -90)),
west: Math.floor(Math.max(bounds.getWest(), -180))
};

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

{
"name": "@flybywiresim/map",
"version": "0.1.2",
"version": "0.1.3",
"description": "FlyByWire Simulations live map",
"private": false,

@@ -5,0 +6,0 @@ "repository": {

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

![FlyByWireLogo](https://raw.githubusercontent.com/flybywiresim/fbw-branding/master/svg/FBW-Logo.svg)
# <img src="https://raw.githubusercontent.com/flybywiresim/fbw-branding/master/svg/FBW-Logo.svg" placeholder="FlyByWire" width="400"/>
# FlyByWire Simulations Live Map

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