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 1.1.0 to 1.1.1

47

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

@@ -96,2 +96,32 @@ "main": "./lib/index.js",

"release": "patch"
},
{
"type": "docs",
"scope": "README",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "style",
"release": "patch"
},
{
"type": "test",
"release": "patch"
},
{
"type": "fix",
"release": "patch"
},
{
"type": "feat",
"release": "minor"
},
{
"type": "ci",
"scope": "release",
"release": "patch"
}

@@ -118,3 +148,16 @@ ]

"section": "Dependencies and Other Build Updates",
"hidden": false
"hidden": false,
"release": "patch"
},
{
"type": "chore",
"section": "Other Updates",
"hidden": false,
"release": "patch"
},
{
"type": "docs",
"section": "Documentation",
"hidden": false,
"release": "patch"
}

@@ -121,0 +164,0 @@ ]

20

README.md

@@ -7,2 +7,4 @@ ## Getting started

[![Downloads][downloads-img]][downloads-url]
[![semantic-release][semantic-release-img]][semantic-release-url]
[![Commitizen friendly][commitizen-img]][commitizen-url]

@@ -38,6 +40,16 @@ ## Install

[build-img]:https://github.com/ryansonshine/flightradar24-client-ts/actions/workflows/release.yml/badge.svg
## Example Project
[build-url]:https://github.com/ryansonshine/flightradar24-client-ts/actions/workflows/release.yml
### Flight Tracker
![img.png](readme_assets/flight-tracker-example-project.png)
This project uses the flightradar24-client-ts to fetch flights from the radar and display them on a 3d globe.
- link to the project: https://github.com/Apoorva64/flight-tracker
- link to the live demo: https://steady-starburst-f921f9.netlify.app/
[build-img]:https://gitlab.com/dev6645326/flightradar24-client-ts/badges/master/pipeline.svg
[build-url]:https://gitlab.com/dev6645326/flightradar24-client-ts/-/pipelines
[downloads-img]:https://img.shields.io/npm/dt/flightradar24-client-ts

@@ -51,5 +63,5 @@

[issues-img]:https://img.shields.io/github/issues/ryansonshine/flightradar24-client-ts
[issues-img]:https://img.shields.io/gitlab.com/dev6645326/flightradar24-client-ts/-/issues
[issues-url]:https://github.com/ryansonshine/flightradar24-client-ts/issues
[issues-url]:https://gitlab.com/dev6645326/flightradar24-client-ts/-/issues

@@ -56,0 +68,0 @@ [codecov-img]:https://codecov.io/gh/ryansonshine/flightradar24-client-ts/branch/main/graph/badge.svg

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