Socket
Socket
Sign inDemoInstall

flytrack

Package Overview
Dependencies
47
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "flytrack",
"version": "0.0.6",
"version": "0.0.7",
"description": "track flights and more using an api key",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -11,3 +11,3 @@ // FLYTRACK ALLGLOBALFLIGHTINFO FILE

http('//aviation-edge.com/api/public/flights?key=' + apikey + '&limit=30000', function (error, response, body) {
http('https://aviation-edge.com/api/public/flights?key=' + apikey + '&limit=30000', function (error, response, body) {
if (error) {

@@ -14,0 +14,0 @@ console.warn('error:', error);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc