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

flightradar24-client-ts

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flightradar24-client-ts - npm Package Compare versions

Comparing version 0.0.5-development to 1.0.0

0

lib/airportTypes.d.ts

@@ -0,0 +0,0 @@ export interface AirportData {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { AircraftData, AirlineDetail, Flight, RadarOptions, ZoneData } from './types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const api_flightradar_base_url = "https://api.flightradar24.com/common/v1";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './api';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface Flight {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ declare const getRandomUserAgent: () => string;

@@ -0,0 +0,0 @@ "use strict";

43

package.json
{
"name": "flightradar24-client-ts",
"version": "0.0.5-development",
"version": "1.0.0",
"description": "A client for the Flightradar24 API written in TypeScript",

@@ -29,4 +29,10 @@ "main": "./lib/index.js",

"keywords": [
"boilerplate",
"template",
"flightradar24",
"radar",
"api",
"client",
"aircraft",
"flight",
"airport",
"airline",
"typescript",

@@ -47,9 +53,10 @@ "vscode",

"@ryansonshine/cz-conventional-changelog": "^3.3.4",
"@semantic-release/gitlab": "^12.0.3",
"@types/jest": "^27.5.2",
"@types/node": "^12.20.11",
"@types/querystringify": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^7.25.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"conventional-changelog-conventionalcommits": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.3.0",

@@ -62,6 +69,8 @@ "eslint-plugin-node": "^11.1.0",

"prettier": "^2.2.1",
"semantic-release": "^21.0.1",
"semantic-release": "^21.0.7",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.2.4"
"typescript": "^4.2.4",
"@semantic-release/git": "^10.0.1",
"marked-mangle": "^1.1.0"
},

@@ -78,3 +87,3 @@ "config": {

"branches": [
"main"
"master"
],

@@ -119,3 +128,12 @@ "plugins": [

"@semantic-release/npm",
"@semantic-release/github"
"@semantic-release/gitlab",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]

@@ -126,5 +144,4 @@ },

"moment-timezone": "^0.5.43",
"querystringify": "^2.2.0",
"zod": "^3.21.4"
"querystringify": "^2.2.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