
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
parse Pdf417 barcode data from US driver licenses
import { parse } from 'parse-usdl'
const code =
`@
ANSI 636001070002DL00410392ZN04330047DLDCANONE
DCBNONE
DCDNONE
DBA08312013
DCSMichael
DACM
DADMotorist
DBD08312013
DBB08312013
DBC1
DAYBRO
DAU064 in
DAG2345 ANYWHERE STREET
DAIYOUR CITY
DAJNY
DAK123450000
DAQNONE
DCFNONE
DCGUSA
DDEN
DDFN
DDGN
`
const data = parse(code)
console.log(JSON.stringify(data, null, 2))
// {
// "jurisdictionRestrictionCodes": "NONE",
// "jurisdictionEndorsementCodes": "NONE",
// "dateOfExpiry": 1377921600000,
// "lastName": "Michael",
// "firstName": "M",
// "middleName": "Motorist",
// "dateOfIssue": 1377921600000,
// "dateOfBirth": 1377921600000,
// "sex": "M",
// "eyeColor": "BRO",
// "height": "064 in",
// "addressStreet": "2345 ANYWHERE STREET",
// "addressCity": "YOUR CITY",
// "addressState": "NY",
// "addressPostalCode": "123450000",
// "documentNumber": "NONE",
// "documentDiscriminator": "NONE",
// "issuer": "USA",
// "lastNameTruncated": "N",
// "firstNameTruncated": "N",
// "middleNameTruncated": "N"
// }
// ~/Co
Prevent a hard error in the case of a bad code provided. All valid codes will be parsed and returned.
const options = {
suppressErrors: false
}
FAQs
parse Pdf417 barcode data from US driver licenses
The npm package parse-usdl receives a total of 806 weekly downloads. As such, parse-usdl popularity was classified as not popular.
We found that parse-usdl 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.