Socket
Socket
Sign inDemoInstall

@ionic-native/in-app-browser

Package Overview
Dependencies
Maintainers
7
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-native/in-app-browser - npm Package Compare versions

Comparing version 5.34.0 to 5.35.0

24

ngx/bundle.js

@@ -6,4 +6,4 @@ 'use strict';

var tslib = require('tslib');
var core$1 = require('@angular/core');
var core = require('@ionic-native/core');
var core = require('@angular/core');
var core$1 = require('@ionic-native/core');
var rxjs = require('rxjs');

@@ -39,12 +39,12 @@

}
InAppBrowserObject.prototype._loadAfterBeforeload = function (strUrl) { return core.cordovaInstance(this, "_loadAfterBeforeload", { "sync": true }, arguments); };
InAppBrowserObject.prototype.show = function () { return core.cordovaInstance(this, "show", { "sync": true }, arguments); };
InAppBrowserObject.prototype.close = function () { return core.cordovaInstance(this, "close", { "sync": true }, arguments); };
InAppBrowserObject.prototype.hide = function () { return core.cordovaInstance(this, "hide", { "sync": true }, arguments); };
InAppBrowserObject.prototype.executeScript = function (script) { return core.cordovaInstance(this, "executeScript", {}, arguments); };
InAppBrowserObject.prototype.insertCSS = function (css) { return core.cordovaInstance(this, "insertCSS", {}, arguments); };
InAppBrowserObject.prototype._loadAfterBeforeload = function (strUrl) { return core$1.cordovaInstance(this, "_loadAfterBeforeload", { "sync": true }, arguments); };
InAppBrowserObject.prototype.show = function () { return core$1.cordovaInstance(this, "show", { "sync": true }, arguments); };
InAppBrowserObject.prototype.close = function () { return core$1.cordovaInstance(this, "close", { "sync": true }, arguments); };
InAppBrowserObject.prototype.hide = function () { return core$1.cordovaInstance(this, "hide", { "sync": true }, arguments); };
InAppBrowserObject.prototype.executeScript = function (script) { return core$1.cordovaInstance(this, "executeScript", {}, arguments); };
InAppBrowserObject.prototype.insertCSS = function (css) { return core$1.cordovaInstance(this, "insertCSS", {}, arguments); };
InAppBrowserObject.prototype.on = function (event) {
var _this = this;
return (function () {
if (core.instanceAvailability(_this) === true) {
if (core$1.instanceAvailability(_this) === true) {
return new rxjs.Observable(function (observer) {

@@ -60,3 +60,3 @@ _this._objectInstance.addEventListener(event, observer.next.bind(observer));

return (function () {
if (core.instanceAvailability(_this) === true) {
if (core$1.instanceAvailability(_this) === true) {
return new rxjs.Observable(function (observer) {

@@ -94,8 +94,8 @@ _this._objectInstance.addEventListener(event, observer.next.bind(observer));

InAppBrowser.decorators = [
{ type: core$1.Injectable }
{ type: core.Injectable }
];
return InAppBrowser;
}(core.IonicNativePlugin));
}(core$1.IonicNativePlugin));
exports.InAppBrowser = InAppBrowser;
exports.InAppBrowserObject = InAppBrowserObject;

@@ -1,1 +0,1 @@

{"description":"Ionic Native - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"ionic","license":"MIT","repository":{"type":"git","url":"https://github.com/ionic-team/ionic-native.git"},"name":"@ionic-native/in-app-browser","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0","@ionic-native/core":"^5.1.0"},"version":"5.34.0"}
{"description":"Ionic Native - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"ionic","license":"MIT","repository":{"type":"git","url":"https://github.com/ionic-team/ionic-native.git"},"name":"@ionic-native/in-app-browser","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0","@ionic-native/core":"^5.1.0"},"version":"5.35.0"}

@@ -1,1 +0,1 @@

{"description":"Ionic Native - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"ionic","license":"MIT","repository":{"type":"git","url":"https://github.com/ionic-team/ionic-native.git"},"name":"@ionic-native/in-app-browser","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0","@ionic-native/core":"^5.1.0"},"version":"5.34.0"}
{"description":"Ionic Native - Native plugins for ionic apps","main":"bundle.js","module":"index.js","typings":"index.d.ts","author":"ionic","license":"MIT","repository":{"type":"git","url":"https://github.com/ionic-team/ionic-native.git"},"name":"@ionic-native/in-app-browser","dependencies":{"@types/cordova":"latest"},"peerDependencies":{"rxjs":"^5.5.0 || ^6.5.0","@ionic-native/core":"^5.1.0"},"version":"5.35.0"}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc