cordova-plugin-fingerprint-aio
Advanced tools
Comparing version 0.6.2 to 0.7.0
{ | ||
"name": "cordova-plugin-fingerprint-aio", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "Cordova plugin to use fingerprint authentication on Android and iOS", | ||
@@ -34,3 +34,3 @@ "cordova": { | ||
"dependencies": { | ||
"cordova-plugin-add-swift-support": "*" | ||
"cordova-plugin-add-swift-support": "niklasmerz/cordova-plugin-add-swift-support" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
@@ -11,5 +11,2 @@ # Cordova Plugin Fingerprint All-In-One | ||
## Disclaimer | ||
The plugin is still under development. At the moment the API could change every day and the plugin build could crash or have secutity issues. If you use fingerprint authentication in production use the plugins below. | ||
## Features | ||
@@ -36,10 +33,9 @@ | ||
Fingerprint.isAvailable(isAvailableSuccess, isAvailableError); | ||
$scope.available = "Not checked"; | ||
function isAvailableSuccess(result) { | ||
$scope.available = "Fingerprint available"; | ||
alert("Fingerprint available"); | ||
} | ||
function isAvailableError(message) { | ||
console.error(message); | ||
alert(message); | ||
} | ||
@@ -78,3 +74,3 @@ ``` | ||
Project and iOS source -> MIT | ||
Android source -> MIT and Apache 2.0 | ||
* Project and iOS source -> MIT | ||
* Android source -> MIT and Apache 2.0 |
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
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
0
123770
74
1
1
- Removed@xmldom/xmldom@0.8.10(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbig-integer@1.6.52(transitive)
- Removedbplist-creator@0.1.1(transitive)
- Removedbplist-parser@0.3.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcordova-plugin-add-swift-support@2.0.2(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedplist@3.1.0(transitive)
- Removedsemver@6.3.1(transitive)
- Removedsimple-plist@1.4.0(transitive)
- Removedstream-buffers@2.2.0(transitive)
- Removeduuid@3.4.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedxcode@2.1.0(transitive)
- Removedxmlbuilder@15.1.1(transitive)
Updatedcordova-plugin-add-swift-support@niklasmerz/cordova-plugin-add-swift-support