Socket
Book a DemoInstallSign in
Socket

cordova-plugin-acr122

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-acr122

A cordova plugin that enables connecting an external ACS ACR 122 NFC-reader to an Android-device

0.5.2
latest
Source
npmnpm
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

cordova-plugin-acr122

A Cordova plugin that enables integration with an external ACS ACR122U NFC-reader.

API:

listen(callback) - register a listener

cancel() - cancel the currently registered listener

Example:

var nfc = window.plugins.acr122;

nfc.listen(function(event) {
    if (event.state == 'Present') {
        alert("Scanned tag with id " + event.tag.id);
    }
});

Keywords

cordova

FAQs

Package last updated on 12 Sep 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.