
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
@skyra/weather-helpers
Advanced tools
Very basic weather helper functions used across several ArchId bots
@skyra/weather-helpers
Very basic weather helper functions for several ArchId bots to ensure we do not duplicate code.
@skyra/safe-fetch
packageYou can use the functions exported from this package to interact with the Weather API.
import { getWeatherData } from '@skyra/weather-helpers';
const result = await getWeatherData('Amsterdam', 'en-us');
console.log(result);
{
"current_condition": [
{
"FeelsLikeC": "-2",
"FeelsLikeF": "28",
"cloudcover": "75",
"humidity": "80",
"localObsDateTime": "2024-01-06 11:21 PM",
"observation_time": "10:21 PM",
"precipInches": "0.0",
"precipMM": "0.0",
"pressure": "1017",
"pressureInches": "30",
"temp_C": "2",
"temp_F": "36",
"uvIndex": "1",
"visibility": "10",
"visibilityMiles": "6",
"weatherCode": "116",
"weatherDesc": [
{
"value": "Partly cloudy"
}
],
"weatherIconUrl": [
{
"value": ""
}
],
"winddir16Point": "NNE",
"winddirDegree": "30",
"windspeedKmph": "22",
"windspeedMiles": "14"
}
],
"nearest_area": [
{
"areaName": [
{
"value": "Amsterdam"
}
],
"country": [
{
"value": "Netherlands"
}
],
"latitude": "52.374",
"longitude": "4.890",
"population": "741636",
"region": [
{
"value": "North Holland"
}
],
"weatherUrl": [
{
"value": ""
}
]
}
],
"request": [
{
"query": "Lat 52.37 and Lon 4.90",
"type": "LatLon"
}
],
"weather": []
}
FAQs
Very basic weather helper functions used across several ArchId bots
The npm package @skyra/weather-helpers receives a total of 181 weekly downloads. As such, @skyra/weather-helpers popularity was classified as not popular.
We found that @skyra/weather-helpers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.