
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Node package that returns the list of Bicing stations.
yarn add bicing
or
npm install bicing
let bicing = require('bicing');
bicing.get().then(result =>
console.log(result)
);
That should return something like this:
{
stations: [
[Object], [Object], [Object], [Object], [Object], [Object],
... 164 more items
]
}
Each station has this format:
{
id: "1",
type: "BIKE",
latitude: 41.3979779,
longitude: 2.1801069,
streetName: "GRAN VIA CORTS CATALANES, 760",
streetNumber: "",
slots: 29,
bikes: 16,
type_bicing: 2,
electrical_bikes: 1,
mechanical_bikes: 15,
status: 1,
disponibilidad: 25,
icon: "/modules/custom/mapa_disponibilitat/assets/icons/ubicacio-25.png",
transition_start: "",
transition_end: ""
}
FAQs
Get the list of Bicing stations.
The npm package bicing receives a total of 1 weekly downloads. As such, bicing popularity was classified as not popular.
We found that bicing 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.