Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
vbb-stations-connected-to
Advanced tools
Get all stations connected to a station.
npm install vbb-stations-connected-to
const connectedTo = require('vbb-stations-connected-to')
console.log(connectedTo['900000100001']) // S+U Friedrichstr.
[
'900000100025',
'900000100007',
'900000100002',
'900000003201',
'900000100003',
'900000100719',
'900000100540',
'900000100513',
'900000100047',
'900000100019',
'900000100027'
]
Get station IDs from vbb-stations.
There's also detailed but heavy full.json
:
const connectedTo = require('vbb-stations-connected-to/full.json')
console.log(connectedTo['900000100001']) // S+U Friedrichstr.
{
'900000100025': [
'10141_109', // these are line ids
'10142_109',
'10143_109',
'10144_109',
'10145_109',
'11346_109'
],
'900000100007': [
'10141_109',
'10142_109',
'10143_109',
'10144_109',
'10145_109',
'11346_109'
],
'900000100002': [
'10148_109',
'10149_109',
'10157_109',
'10158_109',
'10162_109',
'10163_109',
'10165_109',
'10166_109',
'16034_109'
],
'900000003201': [
'10148_109',
'10149_109',
'10157_109',
'10158_109',
'10162_109',
'10163_109',
'10165_109',
'10166_109',
'16034_109',
'10845_100',
'10847_100',
'10865_100',
'10878_100',
'10941_100',
'12048_100',
'17605_700',
'16869_100'
],
'900000100003': [
'10865_100',
'10878_100',
'10885_100',
'10890_100',
'12048_100',
'12051_100',
'17605_700',
'16869_100'
],
'900000100719': ['17301_900', '17438_900', '17470_700'],
'900000100540': ['17301_900', '17438_900'],
'900000100513': ['17318_700', '17470_700'],
'900000100047': ['17318_700'],
'900000100019': ['17521_400'],
'900000100027': ['17521_400']
}
If you have a question or have difficulties using vbb-stations-connected-to
, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.
FAQs
Get all stations connected to a station.
The npm package vbb-stations-connected-to receives a total of 2 weekly downloads. As such, vbb-stations-connected-to popularity was classified as not popular.
We found that vbb-stations-connected-to demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.