Socket
Socket
Sign inDemoInstall

@capacitor/ios

Package Overview
Dependencies
Maintainers
8
Versions
750
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-20240401T150435.0 to 6.0.0-nightly-20240402T150446.0

6

Capacitor/Capacitor/assets/native-bridge.js

@@ -112,2 +112,8 @@

}
else if (body instanceof URLSearchParams) {
return {
data: body.toString(),
type: 'text',
};
}
else if (body instanceof FormData) {

@@ -114,0 +120,0 @@ const formData = await convertFormData(body);

4

package.json
{
"name": "@capacitor/ios",
"version": "6.0.0-nightly-20240401T150435.0",
"version": "6.0.0-nightly-20240402T150446.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-20240401T150435.0"
"@capacitor/core": "^6.0.0-nightly-20240402T150446.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