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
9
Versions
731
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 0.4.3 to 0.4.5

16

CHANGELOG.md

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

## [0.4.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@0.4.4...@capacitor/browser@0.4.5) (2021-03-02)
**Note:** Version bump only for package @capacitor/browser
## [0.4.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@0.4.3...@capacitor/browser@0.4.4) (2021-02-27)
**Note:** Version bump only for package @capacitor/browser
## [0.4.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@0.4.2...@capacitor/browser@0.4.3) (2021-02-10)

@@ -8,0 +24,0 @@

8

dist/plugin.cjs.js

@@ -7,3 +7,3 @@ 'use strict';

const Browser = core.registerPlugin('Browser', {
const Browser$1 = core.registerPlugin('Browser', {
web: () => Promise.resolve().then(function () { return web; }).then(m => new m.BrowserWeb()),

@@ -33,3 +33,3 @@ });

}
const Browser$1 = new BrowserWeb();
const Browser = new BrowserWeb();

@@ -39,6 +39,6 @@ var web = /*#__PURE__*/Object.freeze({

BrowserWeb: BrowserWeb,
Browser: Browser$1
Browser: Browser
});
exports.Browser = Browser;
exports.Browser = Browser$1;
//# sourceMappingURL=plugin.cjs.js.map
var capacitorBrowser = (function (exports, core) {
'use strict';
const Browser = core.registerPlugin('Browser', {
const Browser$1 = core.registerPlugin('Browser', {
web: () => Promise.resolve().then(function () { return web; }).then(m => new m.BrowserWeb()),

@@ -29,3 +29,3 @@ });

}
const Browser$1 = new BrowserWeb();
const Browser = new BrowserWeb();

@@ -35,6 +35,6 @@ var web = /*#__PURE__*/Object.freeze({

BrowserWeb: BrowserWeb,
Browser: Browser$1
Browser: Browser
});
exports.Browser = Browser;
exports.Browser = Browser$1;

@@ -41,0 +41,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

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

@@ -47,6 +47,6 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/android": "^3.0.0-beta.2",
"@capacitor/core": "^3.0.0-beta.2",
"@capacitor/android": "3.0.0-beta.6",
"@capacitor/core": "3.0.0-beta.6",
"@capacitor/docgen": "0.0.15",
"@capacitor/ios": "^3.0.0-beta.2",
"@capacitor/ios": "3.0.0-beta.6",
"@ionic/eslint-config": "^0.3.0",

@@ -61,6 +61,6 @@ "@ionic/prettier-config": "~1.0.1",

"swiftlint": "^1.0.1",
"typescript": "~4.0.3"
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": "^3.0.0-beta.2"
"@capacitor/core": "^3.0.0-beta.6"
},

@@ -83,3 +83,3 @@ "prettier": "@ionic/prettier-config",

},
"gitHead": "91779a842eb14903c48c5309b899cd059115b55f"
"gitHead": "c704ab6c24723c3f46aac07bc949aac00ca631cd"
}

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

  • 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