@ionic-native/base64-to-gallery
Advanced tools
Comparing version 3.1.0-alpha.3 to 3.1.0-rc.1
@@ -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) |
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6345
5
99
1
31