Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
vbb-find-stations
Advanced tools
vbb-find-stations provides a stations search for the Berlin Brandenburg public transport service (VBB). It pulls its data from vbb-static
.
Note: vbb-stations-autocomplete devilers the n
most relevant stations for a query, this module returns all that match the query.
npm install vbb-find-stations
const findStations = require('vbb-find-stations')
findStations('Seestr')
.on('data', (s) => console.log(s.id, s.name))
// 9062202 'S+U Rathaus Steglitz (Berlin)'
// 9062281 'S Rathaus Steglitz (Berlin)'
// 9062282 'S+U Rathaus Steglitz/Kreisel (Berlin)'
// 9062781 'S+U Rathaus Steglitz (Berlin) [U9]'
// 9062782 'S+U Rathaus Steglitz (Berlin) [Bus Schloßstr.]'
// 9062784 'S+U Rathaus Steglitz (Berlin) [Bus Albrechtstr.]'
If you have a question, found a bug or want to propose a feature, have a look at the issues page.
FAQs
Search for stations of VBB.
The npm package vbb-find-stations receives a total of 3 weekly downloads. As such, vbb-find-stations popularity was classified as not popular.
We found that vbb-find-stations 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.