Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@tauri-apps/plugin-nfc

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tauri-apps/plugin-nfc - npm Package Compare versions

Comparing version
2.3.3
to
2.3.4
+2
-1
dist-js/index.cjs

@@ -159,3 +159,4 @@ 'use strict';

async function isAvailable() {
return await core.invoke('plugin:nfc|is_available');
const { available } = await core.invoke('plugin:nfc|is_available');
return available;
}

@@ -162,0 +163,0 @@

@@ -157,5 +157,6 @@ import { invoke } from '@tauri-apps/api/core';

async function isAvailable() {
return await invoke('plugin:nfc|is_available');
const { available } = await invoke('plugin:nfc|is_available');
return available;
}
export { NFCTypeNameFormat, RTD_TEXT, RTD_URI, TechKind, isAvailable, record, scan, textRecord, uriRecord, write };
{
"name": "@tauri-apps/plugin-nfc",
"version": "2.3.3",
"version": "2.3.4",
"license": "MIT OR Apache-2.0",

@@ -5,0 +5,0 @@ "authors": [