@ionic-native/base64-to-gallery
Advanced tools
Comparing version 3.1.0-alpha.1 to 3.1.0-alpha.2
13
index.js
@@ -7,2 +7,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Injectable } from '@angular/core'; | ||
@@ -40,3 +43,3 @@ import { Cordova, Plugin } from '@ionic-native/core'; | ||
/** @nocollapse */ | ||
Base64ToGallery.ctorParameters = function () { return []; }; | ||
Base64ToGallery.ctorParameters = []; | ||
__decorate([ | ||
@@ -46,3 +49,6 @@ Cordova({ | ||
errorIndex: 3 | ||
}) | ||
}), | ||
__metadata('design:type', Function), | ||
__metadata('design:paramtypes', [String, Object]), | ||
__metadata('design:returntype', Promise) | ||
], Base64ToGallery.prototype, "base64ToGallery", null); | ||
@@ -56,5 +62,6 @@ Base64ToGallery = __decorate([ | ||
platforms: ['Android', 'iOS', 'Windows Phone 8'] | ||
}) | ||
}), | ||
__metadata('design:paramtypes', []) | ||
], Base64ToGallery); | ||
return Base64ToGallery; | ||
}()); |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":3,"metadata":{"Base64ToGallery":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Plugin"},"arguments":[{"pluginName":"Base64ToGallery","plugin":"cordova-base64-to-gallery","pluginRef":"cordova","repo":"https://github.com/Nexxa/cordova-base64-to-gallery","platforms":["Android","iOS","Windows Phone 8"]}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"base64ToGallery":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"successIndex":2,"errorIndex":3}]}]}]}}}},{"__symbolic":"module","version":1,"metadata":{"Base64ToGallery":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Plugin"},"arguments":[{"pluginName":"Base64ToGallery","plugin":"cordova-base64-to-gallery","pluginRef":"cordova","repo":"https://github.com/Nexxa/cordova-base64-to-gallery","platforms":["Android","iOS","Windows Phone 8"]}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"base64ToGallery":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"successIndex":2,"errorIndex":3}]}]}]}}}}] | ||
{"__symbolic":"module","version":1,"metadata":{"Base64ToGallery":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Plugin"},"arguments":[{"pluginName":"Base64ToGallery","plugin":"cordova-base64-to-gallery","pluginRef":"cordova","repo":"https://github.com/Nexxa/cordova-base64-to-gallery","platforms":["Android","iOS","Windows Phone 8"]}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"base64ToGallery":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@ionic-native/core","name":"Cordova"},"arguments":[{"successIndex":2,"errorIndex":3}]}]}]}}}} |
{ | ||
"name": "@ionic-native/base64-to-gallery", | ||
"version": "3.1.0-alpha.1", | ||
"version": "3.1.0-alpha.2", | ||
"description": "Ionic Native - Native plugins for ionic apps", | ||
@@ -11,4 +11,4 @@ "module": "index.js", | ||
"@angular/core": "2.2.1", | ||
"@ionic-native/core": "3.1.0-alpha.1", | ||
"@ionic-native/utils": "3.1.0-alpha.1", | ||
"@ionic-native/core": "3.1.0-alpha.2", | ||
"@ionic-native/utils": "3.1.0-alpha.2", | ||
"rxjs": "5.0.0-beta.12" | ||
@@ -15,0 +15,0 @@ }, |
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
93
5525