Skip to content

Tags: tomkp/emv

Tags

v2.0.6

Toggle v2.0.6's commit message
2.0.6

v2.0.5

Toggle v2.0.5's commit message
2.0.5

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
tomkp tomkp
fix: dynamic version in Header component

Verified

This commit was signed with the committer’s verified signature.
tomkp tomkp

Verified

This commit was signed with the committer’s verified signature.
tomkp tomkp

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tomkp tomkp
v2.0.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

v2.0.0

Toggle v2.0.0's commit message
Release v2.0.0

- Full CLI for interacting with EMV cards via command line
- Commands: readers, wait, info, select-pse, select-app, list-apps, read-record, get-data, verify-pin, dump, shell
- Interactive shell mode for exploratory card interaction
- JSON output format support (--format json)
- findTagInBuffer() function for Buffer-based TLV tag lookup
- readPseApplications() helper for reading PSE applications
- PIN verification command and CLI support

- smartcard is now a direct dependency (not peer dependency)
- Simplified installation: npm install emv

- Removed duplicate findTag implementation
- Consolidated CardResponse type definition