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

@whiteguru/capacitor-plugin-file-opener

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whiteguru/capacitor-plugin-file-opener - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

7

dist/docs.json

@@ -43,9 +43,2 @@ {

"type": "string"
},
{
"name": "mime",
"tags": [],
"docs": "Mime to select",
"complexTypes": [],
"type": "string"
}

@@ -52,0 +45,0 @@ ]

4

dist/esm/definitions.d.ts

@@ -9,6 +9,2 @@ export interface FileOpenerPlugin {

path: string;
/**
* Mime to select
*/
mime: string;
}

2

package.json
{
"name": "@whiteguru/capacitor-plugin-file-opener",
"version": "1.0.2",
"version": "1.1.0",
"description": "Capacitor plugin to open files",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -44,7 +44,6 @@ # capacitor-plugin-file-opener

| Prop | Type | Description |
| ---------- | ------------------- | -------------- |
| **`path`** | <code>string</code> | Path to file |
| **`mime`** | <code>string</code> | Mime to select |
| Prop | Type | Description |
| ---------- | ------------------- | ------------ |
| **`path`** | <code>string</code> | Path to file |
</docgen-api>

Sorry, the diff of this file is not supported yet

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