@ionic-native/splash-screen
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -0,1 +1,2 @@ | ||
import { IonicNativePlugin } from '@ionic-native/core'; | ||
/** | ||
@@ -17,3 +18,3 @@ * @name Splash Screen | ||
*/ | ||
export declare class SplashScreen { | ||
export declare class SplashScreen extends IonicNativePlugin { | ||
/** | ||
@@ -20,0 +21,0 @@ * Shows the splashscreen |
13
index.js
@@ -0,1 +1,6 @@ | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
@@ -11,3 +16,3 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
import { Injectable } from '@angular/core'; | ||
import { Cordova, Plugin } from '@ionic-native/core'; | ||
import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core'; | ||
/** | ||
@@ -29,4 +34,6 @@ * @name Splash Screen | ||
*/ | ||
export var SplashScreen = (function () { | ||
export var SplashScreen = (function (_super) { | ||
__extends(SplashScreen, _super); | ||
function SplashScreen() { | ||
_super.apply(this, arguments); | ||
} | ||
@@ -72,3 +79,3 @@ /** | ||
return SplashScreen; | ||
}()); | ||
}(IonicNativePlugin)); | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":3,"metadata":{"SplashScreen":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Plugin"},"arguments":[{"pluginName":"SplashScreen","plugin":"cordova-plugin-splashscreen","pluginRef":"navigator.splashscreen","repo":"https://github.com/apache/cordova-plugin-splashscreen"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"show":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"sync":true}]}]}],"hide":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"sync":true}]}]}]}}}},{"__symbolic":"module","version":1,"metadata":{"SplashScreen":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Plugin"},"arguments":[{"pluginName":"SplashScreen","plugin":"cordova-plugin-splashscreen","pluginRef":"navigator.splashscreen","repo":"https://github.com/apache/cordova-plugin-splashscreen"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"show":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"sync":true}]}]}],"hide":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"sync":true}]}]}]}}}}] | ||
[{"__symbolic":"module","version":3,"metadata":{"SplashScreen":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ionic-native/core","name":"IonicNativePlugin"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Plugin"},"arguments":[{"pluginName":"SplashScreen","plugin":"cordova-plugin-splashscreen","pluginRef":"navigator.splashscreen","repo":"https://github.com/apache/cordova-plugin-splashscreen"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"show":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"sync":true}]}]}],"hide":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"sync":true}]}]}]}}}},{"__symbolic":"module","version":1,"metadata":{"SplashScreen":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@ionic-native/core","name":"IonicNativePlugin"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Plugin"},"arguments":[{"pluginName":"SplashScreen","plugin":"cordova-plugin-splashscreen","pluginRef":"navigator.splashscreen","repo":"https://github.com/apache/cordova-plugin-splashscreen"}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"show":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"sync":true}]}]}],"hide":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"sync":true}]}]}]}}}}] |
{ | ||
"name": "@ionic-native/splash-screen", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "Ionic Native - Native plugins for ionic apps", | ||
@@ -5,0 +5,0 @@ "module": "index.js", |
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
9083
6
104
0
17