flightradar24-client-ts
Advanced tools
Comparing version 0.0.5-development to 1.0.0
@@ -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"; |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3
0
27996
23
- Removedzod@^3.21.4
- Removedzod@3.24.1(transitive)