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-20240207T150455.0 to 6.0.0-nightly-20240208T150516.0

4

Capacitor/Capacitor/assets/native-bridge.js

@@ -754,3 +754,5 @@

}
return this._headers[name];
// The search for the name is case insenstive. The Swift Code makes sure that the keys
// in the headers dictionary are already lowercased.
return this._headers[name.toLowerCase()];
};

@@ -757,0 +759,0 @@ Object.setPrototypeOf(xhr, prototype);

{
"name": "@capacitor/ios",
"version": "6.0.0-nightly-20240207T150455.0",
"version": "6.0.0-nightly-20240208T150516.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-20240207T150455.0"
"@capacitor/core": "^6.0.0-nightly-20240208T150516.0"
},

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

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