
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
chart-supplements
Advanced tools
Fetch the latest chart supplements information for airports
$ npm install --save chart-supplements
chartSupplements.list(['PANC', 'PADK']).then(results => {
console.log(JSON.stringify(results, null, 2))
})
[
{
"ident": "ANC (PANC)",
"city": "ANCHORAGE",
"state": "AK",
"airport": "TED STEVENS ANCHORAGE INTL",
"navAid": "",
"chart": "ANCHORAGE",
"volBackPages": {
"name": "AK (PDF)",
"url": "http://aeronav.faa.gov/afd/02mar2017/AK_rear_02mar2017.pdf"
},
"airportNavAidListing": {
"name": "ak_45_02MAR2017 (PDF)",
"url": "http://aeronav.faa.gov/afd/02mar2017/ak_45_02MAR2017.pdf"
}
},
{
"ident": "ADK (PADK)",
"city": "ADAK ISLAND",
"state": "AK",
"airport": "ADAK",
"navAid": "",
"chart": "W ALEUTIAN ISLS",
"volBackPages": {
"name": "AK (PDF)",
"url": "http://aeronav.faa.gov/afd/02mar2017/AK_rear_02mar2017.pdf"
},
"airportNavAidListing": {
"name": "ak_32_02MAR2017 (PDF)",
"url": "http://aeronav.faa.gov/afd/02mar2017/ak_32_02MAR2017.pdf"
}
}
]
chartSupplements(icaos)
chartSupplements.list(icaos)
icaos
Type: string
or array
One of the following:
chartSupplements.fetchCurrentCycle()
MIT © Forrest Desjardins
FAQs
Fetch chart supplements for airports
The npm package chart-supplements receives a total of 2 weekly downloads. As such, chart-supplements popularity was classified as not popular.
We found that chart-supplements 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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.