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
5
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.2.0
to
2.2.1
+2
-2
dist-js/index.cjs

@@ -91,4 +91,4 @@ 'use strict';

protocols.slice(1).forEach(function (protocol) {
if ((prefix.length === 0 || prefix === 'urn:') &&
uri.indexOf(protocol) === 0) {
if ((prefix.length === 0 || prefix === 'urn:')
&& uri.indexOf(protocol) === 0) {
prefix = protocol;

@@ -95,0 +95,0 @@ }

@@ -89,4 +89,4 @@ import { invoke } from '@tauri-apps/api/core';

protocols.slice(1).forEach(function (protocol) {
if ((prefix.length === 0 || prefix === 'urn:') &&
uri.indexOf(protocol) === 0) {
if ((prefix.length === 0 || prefix === 'urn:')
&& uri.indexOf(protocol) === 0) {
prefix = protocol;

@@ -93,0 +93,0 @@ }

{
"name": "@tauri-apps/plugin-nfc",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT OR Apache-2.0",

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