Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
flightradar24-client-ts
Advanced tools
A client for the Flightradar24 API written in TypeScript
Template to kickstart creating a Node.js module using TypeScript and VSCode
Inspired by node-module-boilerplate
Click the "Use this template" button.
Alternatively, create a new directory and then run:
curl -fsSL https://github.com/ryansonshine/FlightRadar24-client-ts/archive/main.tar.gz | tar -xz --strip-components=1
Replace FULL_NAME
, GITHUB_USER
, and REPO_NAME
in the script below with your own details to personalize your new package:
FULL_NAME="John Smith"
GITHUB_USER="johnsmith"
REPO_NAME="my-cool-package"
sed -i.mybak "s/\([\/\"]\)(ryansonshine)/$GITHUB_USER/g; s/FlightRadar24-client-ts\|FlightRadar24-client-ts/$REPO_NAME/g; s/Appadoo Apoorva Srinivas/$FULL_NAME/g" package.json package-lock.json README.md
rm *.mybak
Add your npm token to your GitHub repository secrets as NPM_TOKEN
.
Enable the Codecov GitHub App here.
Remove everything from here and above
My awesome module
npm install FlightRadar24-client-ts
import { myPackage } from 'FlightRadar24-client-ts';
myPackage('hello');
//=> 'hello from my package'
Type: string
Lorem ipsum.
Type: object
Type: string
Default: rainbows
Lorem ipsum.
FAQs
A client for the Flightradar24 API written in TypeScript
The npm package flightradar24-client-ts receives a total of 1 weekly downloads. As such, flightradar24-client-ts popularity was classified as not popular.
We found that flightradar24-client-ts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.