New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-chooser

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-chooser - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

package.json
{
"name": "cordova-plugin-chooser",
"version": "1.2.2",
"version": "1.2.3",
"description": "Cordova file chooser plugin",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -44,1 +44,19 @@ # Chooser

})();
## Platform-Specific Notes
The following must be added to config.xml to prevent crashing when selecting large files
on Android:
```
<platform name="android">
<edit-config
file="app/src/main/AndroidManifest.xml"
mode="merge"
target="/manifest/application"
>
<application android:largeHeap="true" />
</edit-config>
</platform>
```

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