New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor/browser

Package Overview
Dependencies
Maintainers
7
Versions
777
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
1.0.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@1.0.2...@capacitor/browser@1.0.3) (2021-09-01)
### Bug Fixes
* Correct missing source_files path ([#590](https://github.com/ionic-team/capacitor-plugins/issues/590)) ([24e0fc2](https://github.com/ionic-team/capacitor-plugins/commit/24e0fc27cc314049012ab9915fa5e7bfb03313e1))
## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@1.0.1...@capacitor/browser@1.0.2) (2021-06-23)

@@ -8,0 +19,0 @@

4

dist/docs.json

@@ -68,3 +68,3 @@ {

],
"docs": "Android & iOS only: Listen for the loading finished event.",
"docs": "Android & iOS only: Listen for the browser finished event.\nIt fires when the Browser is closed by the user.",
"complexTypes": [

@@ -97,3 +97,3 @@ "PluginListenerHandle"

],
"docs": "Android & iOS only: Listen for the page loaded event.",
"docs": "Android & iOS only: Listen for the page loaded event.\nIt's only fired when the URL passed to open method finish loading.\nIt is not invoked for any subsequent page loads.",
"complexTypes": [

@@ -100,0 +100,0 @@ "PluginListenerHandle"

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

/**
* Android & iOS only: Listen for the loading finished event.
* Android & iOS only: Listen for the browser finished event.
* It fires when the Browser is closed by the user.
*

@@ -26,2 +27,4 @@ * @since 1.0.0

* Android & iOS only: Listen for the page loaded event.
* It's only fired when the URL passed to open method finish loading.
* It is not invoked for any subsequent page loads.
*

@@ -28,0 +31,0 @@ * @since 1.0.0

{
"name": "@capacitor/browser",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",

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

"watch": "tsc --watch",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postpublish": "npm run publish:cocoapod",
"publish:cocoapod": "pod trunk push ./CapacitorBrowser.podspec --allow-warnings"
},

@@ -82,3 +84,3 @@ "devDependencies": {

},
"gitHead": "8b20a24ada3d3f96944aaa7023c4409c2bdb12c5"
"gitHead": "f0dcbb1413ba781714dfdc44f41c0ccab735b1e9"
}

@@ -86,3 +86,4 @@ # @capacitor/browser

Android & iOS only: Listen for the loading finished event.
Android & iOS only: Listen for the browser finished event.
It fires when the Browser is closed by the user.

@@ -108,2 +109,4 @@ | Param | Type |

Android & iOS only: Listen for the page loaded event.
It's only fired when the URL passed to open method finish loading.
It is not invoked for any subsequent page loads.

@@ -110,0 +113,0 @@ | Param | Type |

Sorry, the diff of this file is not supported yet