
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@opuscapita/field-validators
Advanced tools
Common library for master data field validations such as VAT ID, IBAN, etc.
Common library for master data field validations such as VAT ID, IBAN, etc.
The library has the following validators:
To have a look at the full API, please visit the related wiki page.
Install library by running:
npm install @opuscapita/field-validators
Perform a validation by doing:
const validators = require('@opuscapita/field-validators');
// validate an IBAN
validators.IBAN.isValid('DE10000000000000000000');
// validate a VAT number
validators.VAT.isValid('DE 10000000');
// validate a BIC
validators.BIC.isValid('DEDSLTJXXXX');
// validate a DUNS number
validators.DUNS.isValid('356932675');
// validate a GLN
validators.GLN.isValid('3569326752346');
// validate an OVT
validators.OVT.isValid('003708599126');
// validate a REGNO
validators.REGNO.isValid('Jena GnR 100008', 'DE');
// validate an ISR
validators.ISR.isValid('54-354567-8');
// validate an ABA
validators.ABA.isValid('051000017');
// validate an LeitwegID
validators.LEITWEGID.isValid('04011000-1234512345-06');
FAQs
Common library for master data field validations such as VAT ID, IBAN, etc.
The npm package @opuscapita/field-validators receives a total of 1 weekly downloads. As such, @opuscapita/field-validators popularity was classified as not popular.
We found that @opuscapita/field-validators demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.