Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
weather-api.ts
Advanced tools
weather-api.ts is a simple Node.js module that allows you to easily interact with the API of weatherapi.com.
weather-api.ts is an unofficial plugin that allows you to easily interact with the API of weatherapi.com
npm install weather-api.ts
yarn add weather-api.ts
pnpm add weather-api.ts
// get realtime weather data with a query
let weatherData;
await new Weather(KEY, LANG, FORMAT)
.realtime({q: QUERY})
.then(result => {
weatherData = result;
})
.catch(error => {
console.error(error);
});
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to report an issue on Github or send me a mail.
FAQs
weather-api.ts is a simple Node.js module that allows you to easily interact with the API of weatherapi.com.
We found that weather-api.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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.