Socket
Socket
Sign inDemoInstall

@ionic-native/base64-to-gallery

Package Overview
Dependencies
Maintainers
3
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-native/base64-to-gallery - npm Package Compare versions

Comparing version 3.1.0-alpha.3 to 3.1.0-rc.1

README.md

7

index.d.ts

@@ -8,4 +8,9 @@ /**

*
* constructor(private base64ToGallery: Base64ToGallery) { }
*
* Base64ToGallery.base64ToGallery(base64Data, 'img_').then(
*
* ...
*
*
* this.base64ToGallery.base64ToGallery(base64Data, { prefix: '_img' }).then(
* res => console.log('Saved image to gallery ', res),

@@ -12,0 +17,0 @@ * err => console.log('Error saving image to gallery ', err)

@@ -19,4 +19,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

*
* constructor(private base64ToGallery: Base64ToGallery) { }
*
* Base64ToGallery.base64ToGallery(base64Data, 'img_').then(
*
* ...
*
*
* this.base64ToGallery.base64ToGallery(base64Data, { prefix: '_img' }).then(
* res => console.log('Saved image to gallery ', res),

@@ -23,0 +28,0 @@ * err => console.log('Error saving image to gallery ', err)

4

package.json
{
"name": "@ionic-native/base64-to-gallery",
"version": "3.1.0-alpha.3",
"version": "3.1.0-rc.1",
"description": "Ionic Native - Native plugins for ionic apps",

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

"peerDependencies": {
"@ionic-native/core": "3.1.0-alpha.3",
"@ionic-native/core": "3.1.0-rc.1",
"@angular/core": "2.2.1",

@@ -13,0 +13,0 @@ "rxjs": "5.0.0-beta.12"

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