
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
@gemeentenijmegen/utils
Advanced tools
A library of utilities used by the municipality of Nijmegen.
A convenience class wrapping a BSN-number. It validates them on creation, ensuring that further use of the BSN is safe. Useage:
const { Bsn } = require('@gemeentenijmegen/utils');
try {
const myBsn = new Bsn('999996708');
doSomethingWith(myBsn.bsn);
} catch (err) {
console.error('The BSN wasn't valid');
}
A utility with two methods getParameter(name: string)
and getSecret(arn: string)
for fetching parameters and secret strings from the parameter store or secret manager. Both functions return a promise.
const { AWS } = require('@gemeentenijmegen/utils');
const param = await AWS.getParameter('/cdk/path/to/ssm/param/');
const secret = await AWS.getSecret('/cdk/path/to/secrets/manager/secret');
FAQs
A library of utilities used by the municipality of Nijmegen.
The npm package @gemeentenijmegen/utils receives a total of 479 weekly downloads. As such, @gemeentenijmegen/utils popularity was classified as not popular.
We found that @gemeentenijmegen/utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.