Socket
Socket
Sign inDemoInstall

@capacitor/ios

Package Overview
Dependencies
Maintainers
8
Versions
751
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/ios - npm Package Compare versions

Comparing version 6.0.0-nightly-20240313T150530.0 to 6.0.0-nightly-20240314T150455.0

3

Capacitor/Capacitor/assets/native-bridge.js

@@ -151,3 +151,4 @@

proxyUrl.protocol = bridgeUrl.protocol;
proxyUrl.host = bridgeUrl.host;
proxyUrl.hostname = bridgeUrl.hostname;
proxyUrl.port = bridgeUrl.port;
proxyUrl.pathname = `${isHttps ? CAPACITOR_HTTPS_INTERCEPTOR : CAPACITOR_HTTP_INTERCEPTOR}/${originalHost}${originalPathname}`;

@@ -154,0 +155,0 @@ return proxyUrl.toString();

{
"name": "@capacitor/ios",
"version": "6.0.0-nightly-20240313T150530.0",
"version": "6.0.0-nightly-20240314T150455.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",

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

"peerDependencies": {
"@capacitor/core": "^6.0.0-nightly-20240313T150530.0"
"@capacitor/core": "^6.0.0-nightly-20240314T150455.0"
},

@@ -32,0 +32,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