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.
github.com/shredd0r/weather-api
This app get weather from open source and store the information about weather to cache. Api realized by Graphql.
There are 4 api`s:
Example request current weather:
query {
currentWeather(input: {
coords: {
latitude: 50.026501
longitude: 36.239391
}
locale: "uk-ua"
unit: "metric"
forecaster: "AccuWeather"
}) {
epochTime
visibility
currentTemperature
minTemperature
maxTemperature
feelsLikeTemperature
iconId
mobileLink
link
}
}
{
"data": {
"currentWeather": {
"epochTime": 1722781620,
"visibility": 24.1,
"currentTemperature": 32.6,
"minTemperature": null,
"MaxTemperature": null,
"FeelsLikeTemperature": 31.1,
"weatherId": "01",
"mobileLink": "http://www.accuweather.com/uk/tr/yagmur/1284006/current-weather/1284006",
"Link": "http://www.accuweather.com/uk/tr/yagmur/1284006/current-weather/1284006"
}
}
}
docker-compose up -d
Component have sandbox where you can create requests for all apies. If you want enable this sandbox, add in .env
file:
After start docker compose, follow the link localhost:8080
FAQs
Unknown package
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.