Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-file-opener2

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-file-opener2 - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

src/electron/FileOpener2.js

10

package.json
{
"name": "cordova-plugin-file-opener2",
"version": "3.0.3",
"version": "3.0.4",
"description": "A File Opener Plugin for Cordova. (The Original Version)",

@@ -10,4 +10,4 @@ "cordova": {

"ios",
"wp8",
"windows"
"windows",
"electron"
]

@@ -23,4 +23,4 @@ },

"cordova-ios",
"cordova-wp8",
"cordova-windows"
"cordova-windows",
"cordova-electron"
],

@@ -27,0 +27,0 @@ "engines": {

@@ -64,3 +64,3 @@ # A File Opener Plugin for Cordova (The Original Version)

- Windows
- WP8
- Electron

@@ -94,2 +94,4 @@ ### Quick Examples

__Note on Electron:__ Do not forget to enable Node.js in your app by adding `"nodeIntegration": true` to `platforms/electron/platform_www/cdv-electron-settings.json` file, See [Cordova-Electron documentation](https://cordova.apache.org/docs/en/latest/guide/platforms/electron/index.html#customizing-the-application's-window-options).
### Market place installation

@@ -96,0 +98,0 @@ Install From Market: to install an APK from a market place, such as Google Play or the App Store, you can use an `<a>` tag in combination with the `market://` protocol:

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