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.4 to 0.1.5

4

dist/Map.js

@@ -117,5 +117,5 @@ import React, { useState, useEffect } from "react";

searchedFlight: searchedFlight,
refreshInterval: props.refreshInterval ?? 10_000
refreshInterval: props.refreshInterval || 10000
}) : /*#__PURE__*/React.createElement(React.Fragment, null), !props.disableInfo ? /*#__PURE__*/React.createElement(InfoPanel, {
refreshInterval: props.refreshInterval ?? 10_000,
refreshInterval: props.refreshInterval || 10000,
tiles: availableTileSets,

@@ -122,0 +122,0 @@ changeTiles: selectTile

{
"name": "@flybywiresim/map",
"version": "0.1.4",
"version": "0.1.5",
"description": "FlyByWire Simulations live map",

@@ -5,0 +5,0 @@ "private": false,

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