
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
ambient-weather-api
Advanced tools
A simple wrapper for the forthcoming AmbientWeather.net API
npm install ambient-weather-api
const api = new AmbientWeatherApi({
apiKey: 'Put your AW apiKey here',
applicationKey: 'Put your AW applicationKey here'
})
userDevices()
- list the user's devices
@return
- Promise containing array of device objectsdeviceData(macAddress, options)
- fetch data for a specific device
macAddress
- (required)options
- limit, endDate see docs@return
- Promise containing array of data objectsconnect
- connect to the realtime APIdisconnect
- disconnect from the realtime APIsubscribe
- apiKeys
- (required) can be a string
of a single apiKey
or an array
of multiple apiKey
s. Will listen for data on all the devices for all of the user's apiKeys
s. See Event: subscribed
& Event: data
unsubscribe
- apiKeys
- (required) can be a string
of a single apiKey
or an array
of multiple apiKey
s. Will stop listening for data on all of the user's apiKey
s devices. See Event: subscribed
Event: subscribed
- emitted when successfully subscribed to one or more apiKeys
using the subscribe
method. This event is also emitted after sucessfully unsubscribing. It will list all the currently subscribed devices
data.devices
- array of device objects currently subscribed toEvent: data
- emitted on new data for a subscribed device
data
- the weather data pointdata.device
- the device that data point is forFAQs
Ambient Weather API
The npm package ambient-weather-api receives a total of 22 weekly downloads. As such, ambient-weather-api popularity was classified as not popular.
We found that ambient-weather-api 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 look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.