Socket
Book a DemoInstallSign in
Socket

@capacitor/browser

Package Overview
Dependencies
Maintainers
12
Versions
888
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/browser - npm Package Compare versions

Comparing version

to
4.0.0-nightly-f0c6414.0

24

dist/docs.json

@@ -180,2 +180,26 @@ {

"type": "'fullscreen' | 'popover' | undefined"
},
{
"name": "width",
"tags": [
{
"text": "4.0.0",
"name": "since"
}
],
"docs": "iOS only: The width the browser when using presentationStyle 'popover' on iPads.\n\nIgnored on other platforms.",
"complexTypes": [],
"type": "number | undefined"
},
{
"name": "height",
"tags": [
{
"text": "4.0.0",
"name": "since"
}
],
"docs": "iOS only: The height the browser when using presentationStyle 'popover' on iPads.\n\nIgnored on other platforms.",
"complexTypes": [],
"type": "number | undefined"
}

@@ -182,0 +206,0 @@ ]

@@ -75,2 +75,18 @@ import type { PluginListenerHandle } from '@capacitor/core';

presentationStyle?: 'fullscreen' | 'popover';
/**
* iOS only: The width the browser when using presentationStyle 'popover' on iPads.
*
* Ignored on other platforms.
*
* @since 4.0.0
*/
width?: number;
/**
* iOS only: The height the browser when using presentationStyle 'popover' on iPads.
*
* Ignored on other platforms.
*
* @since 4.0.0
*/
height?: number;
}

@@ -77,0 +93,0 @@ /**

4

package.json
{
"name": "@capacitor/browser",
"version": "4.0.0-beta.0",
"version": "4.0.0-nightly-f0c6414.0",
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",

@@ -82,3 +82,3 @@ "main": "dist/plugin.cjs.js",

},
"gitHead": "fd7db8285f72990522da0adc889514c9804b6dae"
"gitHead": "f0c64141855ef34ddd32cfb217d4de195b0ad095"
}

@@ -149,2 +149,4 @@ # @capacitor/browser

| **`presentationStyle`** | <code>'fullscreen' \| 'popover'</code> | iOS only: The presentation style of the browser. Defaults to fullscreen. Ignored on other platforms. | 1.0.0 |
| **`width`** | <code>number</code> | iOS only: The width the browser when using presentationStyle 'popover' on iPads. Ignored on other platforms. | 4.0.0 |
| **`height`** | <code>number</code> | iOS only: The height the browser when using presentationStyle 'popover' on iPads. Ignored on other platforms. | 4.0.0 |

@@ -151,0 +153,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.