uic-918-3 icon indicating copy to clipboard operation
uic-918-3 copied to clipboard

Package for decoding and parsing barcodes according to UIC-918.3 specification, which are used commonly on public transport online tickets.

Results 10 uic-918-3 issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Hi, I tried your package with the following code: const uic = require('uic-918-3'); // https://braweria.de/wp-content/uploads/2020/10/HVV-Card-Detail-und-Hinzufuegen.png const image = "HVV-Card-Detail-und-Hinzufuegen.png"; uic.readBarcode(image).then((ticket)=>{ console.log(JSON.stringify(ticket, null, 4)); }); but it fails with (node:3051) UnhandledPromiseRejectionWarning:...

Hey, I want to check my ticket (Deutsche Bahn) with this npm module. My code is: ```javascript import uic from 'uic-918-3' const image = 'barcode.png' uic.readBarcode(image).then((ticket) => { console.log(ticket) })...

Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.2.0 to 10.5.25. Release notes Sourced from jsrsasign's releases. CVE-2022-25898 Security fix in JWS and JWT validation Changes from 10.5.24 to 10.5.25 (2022-Jun-23) src/jws.js JWS.verify and JWS.verifyJWT...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

## feature request can the version 6 be implemented? ## docs / knowledge request I could help implementing the version 6 of the reader. If some docs / specifications are...

I noticed that in my 28 test tickets, I have 6 tickets which do not work with this library. I have one ticket where it works if I present the...

When I install the new version, I get the following error: ``` npm ERR! command sh -c tsc && node build/src/updateCerts.js npm ERR! error TS18003: No inputs were found in...

The UIC barcode standard was adopted in 2006 as version UIC 918-3. The implementation at that time was based on a tabular recording of relevant ticket data in the barcode,...

feature request