🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@capgo/capacitor-nfc

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capgo/capacitor-nfc - npm Package Compare versions

Comparing version
8.1.1
to
8.1.2
+1
-1
ios/Sources/NfcPlugin/NfcPlugin.swift

@@ -7,3 +7,3 @@ import Capacitor

public class NfcPlugin: CAPPlugin, CAPBridgedPlugin {
private let pluginVersion: String = "8.1.1"
private let pluginVersion: String = "8.1.2"

@@ -10,0 +10,0 @@ public let identifier = "NfcPlugin"

{
"name": "@capgo/capacitor-nfc",
"version": "8.1.1",
"version": "8.1.2",
"description": "Native NFC tag discovery, reading and writing for Capacitor apps on iOS and Android.",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -35,3 +35,17 @@ # @capgo/capacitor-nfc

You can use our AI-Assisted Setup to install the plugin. Add the Capgo skills to your AI tool using the following command:
```bash
npx skills add https://github.com/cap-go/capacitor-skills --skill capacitor-plugins
```
Then use the following prompt:
```text
Use the `capacitor-plugins` skill from `cap-go/capacitor-skills` to install the `@capgo/capacitor-nfc` plugin in my project.
```
If you prefer Manual Setup, install the plugin by running the following commands and follow the platform-specific instructions below:
```bash
npm install @capgo/capacitor-nfc

@@ -38,0 +52,0 @@ npx cap sync