![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
cap-nfc-hexa
Advanced tools
Plugin para leer y escribir NFC en Androi y iOS
npm install cap-nfc-hexa
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
waitNFC() => Promise<void>
startNfcListening() => Promise<void>
handleOnNewIntent() => Promise<void>
startScan() => Promise<ScanResult>
Returns: Promise<ScanResult>
Prop | Type | Description | Since |
---|---|---|---|
hasContent | true | This indicates whether or not the scan resulted in readable content. When stopping the scan with resolveScan set to true , for example, this parameter is set to false , because no actual content was scanned. | 1.0.0 |
content | string | This holds the content of the nfc if available. | 1.0.0 |
cardType | string | This holds the card type detected. | 1.0.0 |
cardNumber | string | This holds the card number detected. | 1.0.0 |
expiryDate | string | This holds the expiry date of the card detected. | 1.0.0 |
format | string | This returns format of scan result. | 2.1.0 |
Prop | Type | Description | Since |
---|---|---|---|
hasContent | false | This indicates whether or not the scan resulted in readable content. When stopping the scan with resolveScan set to true , for example, this parameter is set to false , because no actual content was scanned. | 1.0.0 |
content | This holds the content of the nfc if available. | 1.0.0 | |
format | This returns format of scan result. | 2.1.0 |
FAQs
Plugin para leer y escribir NFC en Androi y iOS
The npm package cap-nfc-hexa receives a total of 0 weekly downloads. As such, cap-nfc-hexa popularity was classified as not popular.
We found that cap-nfc-hexa 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.