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

@ionic-native/file-opener

Package Overview
Dependencies
Maintainers
2
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-native/file-opener - npm Package Compare versions

Comparing version 3.1.0-rc.3 to 3.1.0-rc.4

README.md

10

index.d.ts
/**
* @name FileOpener
* @name File Opener
* @description

@@ -8,6 +8,12 @@ * This plugin will open a file on your device file system with its default application.

* ```
* import {FileOpener} from '@ionic-native/file-opener';
* import { FileOpener } from '@ionic-native/file-opener';
*
* constructor(private fileOpener: FileOpener) { }
*
* ...
*
* this.fileOpener.open('path/to/file.pdf', 'application/pdf')
* .then(() => console.log('File is opened'))
* .catch(e => console.log('Error openening file', e));
*
* ```

@@ -14,0 +20,0 @@ */

@@ -13,3 +13,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

/**
* @name FileOpener
* @name File Opener
* @description

@@ -20,6 +20,12 @@ * This plugin will open a file on your device file system with its default application.

* ```
* import {FileOpener} from '@ionic-native/file-opener';
* import { FileOpener } from '@ionic-native/file-opener';
*
* constructor(private fileOpener: FileOpener) { }
*
* ...
*
* this.fileOpener.open('path/to/file.pdf', 'application/pdf')
* .then(() => console.log('File is opened'))
* .catch(e => console.log('Error openening file', e));
*
* ```

@@ -26,0 +32,0 @@ */

4

package.json
{
"name": "@ionic-native/file-opener",
"version": "3.1.0-rc.3",
"version": "3.1.0-rc.4",
"description": "Ionic Native - Native plugins for ionic apps",

@@ -10,3 +10,3 @@ "module": "index.js",

"peerDependencies": {
"@ionic-native/core": "3.1.0-rc.3",
"@ionic-native/core": "3.1.0-rc.4",
"@angular/core": "2.4.8",

@@ -13,0 +13,0 @@ "rxjs": "5.0.1"

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