
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
waze-traffic
Advanced tools
waze-traffic
This is an unofficial module to fetch traffic info from Waze, which includes traffic alerts and jams that happens around an area that you defined.
This was built with ES2015 in mind, so you need to use nodejs 6 minimum, or use babel with babel-preset-es2015 preset.
This module doesn't affiliate with waze in any way, and you shouldn't treat this module as official way to interact with Waze's API.
## Yarn
$ yarn add waze-traffic
## NPM
$ npm install --save waze-traffic
const waze = require('waze-traffic');
waze.getTraffic({
top: '-6.89206',
right: '107.64529',
bottom: '-6.89883',
left: '107.63186',
}).then(info => {
console.log(info);
});
####getTraffic([boundary])
#####boundary
top (required)
Type: string
The top longitude boundary of the area
right (required)
Type: string
The right latitude boundary of the area
bottom (required)
Type: string
The bottom longitude boundary of the area
left (required)
Type: string
The left latitude boundary of the area
see CHANGELOG.md
Copyright (c) 2017 Achmad Mahardi, Ahmad Anshorimuslim Licensed under the MIT license.
FAQs
Waze traffic lookup
The npm package waze-traffic receives a total of 1 weekly downloads. As such, waze-traffic popularity was classified as not popular.
We found that waze-traffic 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.