🚀 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.4
to
8.1.5
+1
-1
ios/Sources/NfcPlugin/NfcPlugin.swift

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

public class NfcPlugin: CAPPlugin, CAPBridgedPlugin {
private let pluginVersion: String = "8.1.4"
private let pluginVersion: String = "8.1.5"

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

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

@@ -53,4 +53,3 @@ "main": "dist/plugin.cjs.js",

"example:install": "cd example-app && bun install --frozen-lockfile",
"example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build",
"example:capgo:deploy": "bun run example:build && bun scripts/deploy-example-capgo.mjs"
"example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build"
},

@@ -57,0 +56,0 @@ "devDependencies": {