Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@danielmoraes/fly
Advanced tools
To install Fly for use in Node.js with require('@danielmoraes/fly')
, run:
npm install @danielmoraes/fly
To install a fly-cli
command line app, run:
npm install @danielmoraes/fly-cli -g
import { findLowestFares } from '@danielmoraes/fly'
findLowestFares('sao', 'rio', '2019-01-01')
.then(response => { console.log(response) }
Fly is also available as a command line app. Here's how to use it:
$ npm install @danielmoraes/fly-cli -g
$ fly-cli --help
To make a query:
$ fly-cli search sao rio 2019-01-01
{ sources:
[ { sourceName: 'Avianca', lowestFare: 169 },
{ sourceName: 'Azul', lowestFare: 187.1 },
{ sourceName: 'Gol', lowestFare: 175.17 },
{ sourceName: 'Latam', lowestFare: 195.84 } ],
lowestFare: 169 }
MIT. Copyright (c) Daniel Moraes.
FAQs
Airfare search engine for Node.js.
The npm package @danielmoraes/fly receives a total of 0 weekly downloads. As such, @danielmoraes/fly popularity was classified as not popular.
We found that @danielmoraes/fly 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.