Socket
Socket
Sign inDemoInstall

@capacitor/android

Package Overview
Dependencies
Maintainers
7
Versions
733
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/android - npm Package Compare versions

Comparing version 6.0.1-nightly-20240610T150502.0 to 6.0.1-nightly-20240611T150521.0

27

capacitor/src/main/assets/native-bridge.js

@@ -568,16 +568,3 @@

},
readyState: {
get: function () {
var _a;
return (_a = this._readyState) !== null && _a !== void 0 ? _a : 0;
},
set: function (val) {
this._readyState = val;
setTimeout(() => {
this.dispatchEvent(new Event('readystatechange'));
});
},
},
});
xhr.readyState = 0;
const prototype = win.CapacitorWebXMLHttpRequest.prototype;

@@ -612,2 +599,16 @@ const isProgressEventAvailable = () => typeof ProgressEvent !== 'undefined' &&

}
Object.defineProperties(this, {
readyState: {
get: function () {
var _a;
return (_a = this._readyState) !== null && _a !== void 0 ? _a : 0;
},
set: function (val) {
this._readyState = val;
setTimeout(() => {
this.dispatchEvent(new Event('readystatechange'));
});
},
},
});
setTimeout(() => {

@@ -614,0 +615,0 @@ this.dispatchEvent(new Event('loadstart'));

{
"name": "@capacitor/android",
"version": "6.0.1-nightly-20240610T150502.0",
"version": "6.0.1-nightly-20240611T150521.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",

@@ -26,3 +26,3 @@ "homepage": "https://capacitorjs.com",

"peerDependencies": {
"@capacitor/core": "^6.0.0-nightly-20240610T150502.0"
"@capacitor/core": "^6.0.0-nightly-20240611T150521.0"
},

@@ -29,0 +29,0 @@ "publishConfig": {

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