Socket
Socket
Sign inDemoInstall

react-native-nfc-manager-dibeling

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "react-native-nfc-manager-dibeling",
"version": "1.0.4",
"version": "1.0.5",
"description": "A NFC module for react native.",

@@ -73,2 +73,2 @@ "main": "src/index.js",

}
}
}
'use strict';
import {Platform, NativeModules} from 'react-native';
import { Platform, NativeModules } from 'react-native';
import {

@@ -8,5 +8,5 @@ NativeNfcManager,

} from './NativeNfcManager';
import {NdefHandler, NdefStatus} from './NfcTech/NdefHandler';
import {NfcAHandler} from './NfcTech/NfcAHandler';
import {IsoDepHandler} from './NfcTech/IsoDepHandler';
import { NdefHandler, NdefStatus } from './NfcTech/NdefHandler';
import { NfcAHandler } from './NfcTech/NfcAHandler';
import { IsoDepHandler } from './NfcTech/IsoDepHandler';
import {

@@ -47,3 +47,3 @@ handleNativeException,

const DEFAULT_REGISTER_TAG_EVENT_OPTIONS = {
alertMessage: language.substring(0, 2) === 'ja' ? 'アクティブ化するには、アクティブ化されていないコールバックステッカーを携帯電話のNFCリーダーにかざして下さい。' : 'Hold an unactivated Callback sticker to the NFC reader on your phone to activate',
alertMessage: language.substring(0, 2) === 'ja' ? '未獲得のCallbackすてっかーを携帯の背面上部中央にかざしてください。' : 'Hold an unclaimed Callback sticker against the center of the very top of your phone',
invalidateAfterFirstRead: false,

@@ -50,0 +50,0 @@ isReaderModeEnabled: false,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc