@ionic-native/fingerprint-aio
Advanced tools
Comparing version 3.0.0 to 3.1.0-alpha.1
@@ -20,3 +20,3 @@ export interface FingerprintOptions { | ||
* ```typescript | ||
* import { FingerprintAIO } from 'ionic-native'; | ||
* import { FingerprintAIO } from '@ionic-native/fingerprint-aio'; | ||
* | ||
@@ -39,3 +39,3 @@ * FingerprintAIO.show({ | ||
*/ | ||
static isAvailable(): Promise<any>; | ||
isAvailable(): Promise<any>; | ||
/** | ||
@@ -46,3 +46,3 @@ * Show authentication dialogue | ||
*/ | ||
static show(options: FingerprintOptions): Promise<any>; | ||
show(options: FingerprintOptions): Promise<any>; | ||
} |
17
index.js
@@ -7,2 +7,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
import { Injectable } from '@angular/core'; | ||
import { Plugin, Cordova } from '@ionic-native/core'; | ||
@@ -18,3 +19,3 @@ /** | ||
* ```typescript | ||
* import { FingerprintAIO } from 'ionic-native'; | ||
* import { FingerprintAIO } from '@ionic-native/fingerprint-aio'; | ||
* | ||
@@ -39,3 +40,3 @@ * FingerprintAIO.show({ | ||
*/ | ||
FingerprintAIO.isAvailable = function () { return; }; | ||
FingerprintAIO.prototype.isAvailable = function () { return; }; | ||
/** | ||
@@ -46,9 +47,14 @@ * Show authentication dialogue | ||
*/ | ||
FingerprintAIO.show = function (options) { return; }; | ||
FingerprintAIO.prototype.show = function (options) { return; }; | ||
FingerprintAIO.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
FingerprintAIO.ctorParameters = function () { return []; }; | ||
__decorate([ | ||
Cordova() | ||
], FingerprintAIO, "isAvailable", null); | ||
], FingerprintAIO.prototype, "isAvailable", null); | ||
__decorate([ | ||
Cordova() | ||
], FingerprintAIO, "show", null); | ||
], FingerprintAIO.prototype, "show", null); | ||
FingerprintAIO = __decorate([ | ||
@@ -65,2 +71,1 @@ Plugin({ | ||
}()); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ionic-native/fingerprint-aio", | ||
"version": "3.0.0", | ||
"version": "3.1.0-alpha.1", | ||
"description": "Ionic Native - Native plugins for ionic apps", | ||
@@ -9,6 +9,6 @@ "module": "index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ionic-native/core": "3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": "2.2.1", | ||
"@ionic-native/core": "3.1.0-alpha.1", | ||
"@ionic-native/utils": "3.1.0-alpha.1", | ||
"rxjs": "5.0.0-beta.12" | ||
@@ -19,3 +19,6 @@ }, | ||
"url": "https://github.com/driftyco/ionic-native.git" | ||
}, | ||
"scripts": { | ||
"postinstall": "node -e \"require('@ionic-native/utils').install(require('./plugin-config.json'))\"" | ||
} | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
6490
5
115
4
2
1
1
+ Added@angular/core@2.2.1(transitive)
+ Added@ionic-native/core@3.1.0-alpha.1(transitive)
+ Addedzone.js@0.6.26(transitive)
- Removed@ionic-native/core@3.0.0
- Removed@ionic-native/core@3.0.0(transitive)