
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
alkis-berlin-client
Advanced tools
Query ALKIS, the cadastral map of Berlin, containing shapes of all Buildings, land use zones, sections of owned land, etc. Caveats:
Note: You can also download Shapefiles & DXF files directly by now.
npm install alkis-berlin-client
Items will be parsed XML elements in the format of xml-reader.
import {getItems} from 'alkis-berlin-client'
const alexanderplatz = [392500, 5820000, 392000, 5820500]
const structures = getItems('fis:s_wfs_alkis_gebaeudeflaechen', alexanderplatz)
for await (const structure of structures) {
console.log(structure)
}
If you have a question or have difficulties using alkis-berlin-client
, 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
Query ALKIS Berlin.
The npm package alkis-berlin-client receives a total of 12 weekly downloads. As such, alkis-berlin-client popularity was classified as not popular.
We found that alkis-berlin-client 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.