@ionic-native/nfc
Advanced tools
Comparing version 3.1.0-rc.5 to 3.1.0-rc.6
{ | ||
"name": "@ionic-native/nfc", | ||
"version": "3.1.0-rc.5", | ||
"version": "3.1.0-rc.6", | ||
"description": "Ionic Native - Native plugins for ionic apps", | ||
@@ -10,3 +10,3 @@ "module": "index.js", | ||
"peerDependencies": { | ||
"@ionic-native/core": "3.1.0-rc.5", | ||
"@ionic-native/core": "3.1.0-rc.6", | ||
"@angular/core": "2.4.8", | ||
@@ -13,0 +13,0 @@ "rxjs": "5.0.1" |
@@ -1,15 +0,16 @@ | ||
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/nfc/index.ts#L182"> | ||
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/nfc/index.ts#L3"> | ||
Improve this doc | ||
</a> | ||
# Ndef | ||
<!-- end header block --> | ||
<!-- end content block --> | ||
<!-- end body block --> | ||
[Usage Documentation](https://ionicframework.com/docs/v2/native/nfc/) | ||
# NFC | ||
Cordova Repo: [https://github.com/chariotsolutions/phonegap-nfc](https://github.com/chariotsolutions/phonegap-nfc) | ||
``` | ||
$ ionic plugin add phonegap-nfc | ||
$ npm install --save @ionic-native/nfc | ||
``` | ||
<!-- description --> | ||
## [Usage Documentation](https://ionicframework.com/docs/v2/native/nfc/) | ||
Plugin Repo: [https://github.com/chariotsolutions/phonegap-nfc](https://github.com/chariotsolutions/phonegap-nfc) | ||
The NFC plugin allows you to read and write NFC tags. You can also beam to, and receive from, other NFC enabled devices. | ||
@@ -24,4 +25,1 @@ | ||
This plugin uses NDEF (NFC Data Exchange Format) for maximum compatibilty between NFC devices, tag types, and operating systems. | ||
<!-- end for prop in method.decorators[0].argumentInfo --> | ||
<!-- end content block --> | ||
<!-- end body block --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26280
25