Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
duev-endangered-areas-nrw
Advanced tools
Check if a point/plot (lat/lng, WGS84) is in an endangered area as defined by the German Fertilizer Ordinance (DüV 2017/2020 revision).
npm i duev-endangered-areas-nrw
const duev = require('duev-endangered-areas-nrw')
duev({
type: 'Point',
coordinates: [6.9977272,50.778018]
})
.then(res => {
// where res = true
})
.catch((err) => {
console.error(err)
})
Problemregionen: Baden-Württemberg: https://www.lel-web.de/app/ds/lel/a3/Online_Kartendienst_extern/Karten/41969/index.html Mecklenburg-Vorpommern: ??? Schleswig-Holstein: http://www.umweltdaten.landsh.de/atlas/script/index.php
Brandenburg, Berlin: https://geobroker.geobasis-bb.de/gbss.php?MODE=GetProductInformation&PRODUCTID=E716FA72-4972-48F0-A011-78D0D3F4275B
NRW: this repo
FAQs
Check if field is within endangered area according to DueV
The npm package duev-endangered-areas-nrw receives a total of 3 weekly downloads. As such, duev-endangered-areas-nrw popularity was classified as not popular.
We found that duev-endangered-areas-nrw 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
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.