
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@justinribeiro/webnfc-reader
Advanced tools
Read nfc tags with WebNFC (currently behind a flag in Chrome for Android).
A web component that uses WebNFC to read NFC tags.
addEventListener
.sound
attribute uses Web Audio API to make a beep when a tag is read (so hip)This web component is built with Polymer 3 and ES modules in mind and is available on NPM:
Install webnfc-reader:
npm i @justinribeiro/webnfc-reader
# or
yarn add @justinribeiro/webnfc-reader
After install, import into your project:
import 'webnfc-reader';
Finally, use as required:
<webnfc-reader sound></webnfc-reader>
Currently, WebNFC is behind a Chrome flag on Android. To enable, go to chrome://flags and enabled WebNFC on an Android compatible device.
Name | Description | Default |
---|---|---|
src | NFCWatchOptions.url property denotes the URL pattern which is used for matching the Web NFC Id of Web NFC messages which are being read. The default value "" means that no matching happens. | `` |
recordtype | NFCWatchOptions.recordType property denotes the string value which is used for matching the type property of each NFCRecord object in a Web NFC message. The default value "" means that no matching happens. | `` |
mediatype | NFCWatchOptions.mediaType property denotes the match pattern which is used for matching the type property of each NFCRecord object in a Web NFC message. The default value "" means that no matching happens. | `` |
mode | NFCWatchOptions.mode property denotes the NFCWatchMode value telling whether only Web NFC content or any NFC content will be watched. | any |
verbose | Status messages sent through custom event webnfc-reader-status | false |
sound | Make a beep sound through Web Audio API when tag is read | false |
Name | Description |
---|---|
webnfc-reader-status | Watch and status messages |
webnfc-reader-watch | Receive WebNFC records on tag read |
FAQs
Read nfc tags with WebNFC (currently behind a flag in Chrome for Android).
The npm package @justinribeiro/webnfc-reader receives a total of 10 weekly downloads. As such, @justinribeiro/webnfc-reader popularity was classified as not popular.
We found that @justinribeiro/webnfc-reader 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
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.