
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@nomercy235/weather-app
Advanced tools
A simple weather app made in Node JS.
Uses the Google geocode and Open Weather APIs to retrive the location of an address and get the current weather for it. You will need to the keys from both of these APIs if you want to use this package.
If you want to use this as a script, create a file called env.js in the root directory which has the same structure as the provided example.
The same format must be provided if you use this as a package.
const weatherApp = require('@nomercy235/weather-app');
// address: string
// keys: { googleApiKey: string, forecastApiKey: string }
// options: { type: 'weather' | 'forecast', limit: number }
weatherApp.getWeatherForAddress(address, keys, options)
TBA
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality (although there are none yet). Lint and test your code.
MIT
FAQs
A simple app which gives the weather for a location.
We found that @nomercy235/weather-app 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
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.