axios-cordova-adapter
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -94,2 +94,3 @@ "use strict"; | ||
options.headers = headers; | ||
console.log(options); | ||
let response = yield new Promise(resolve => cordova.plugin.http.sendRequest(url, options, (response) => resolve(response), (response) => resolve(response))); | ||
@@ -96,0 +97,0 @@ switch (config.responseType) { |
{ | ||
"name": "axios-cordova-adapter", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "An axios adapter using cordova-plugin-advanced-http", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
8523
130