Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

axios-cordova-adapter

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-cordova-adapter - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

dist/index.js

@@ -18,2 +18,3 @@ "use strict";

const buildFullPath_1 = __importDefault(require("axios/lib/core/buildFullPath"));
const http_status_codes_1 = require("http-status-codes");
function axiosCordovaAdapter(config) {

@@ -115,2 +116,4 @@ return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () {

}
response.config = config;
response.statusText = (0, http_status_codes_1.getReasonPhrase)(response.status);
(Object.prototype.toString.call(config.settle) === '[object Function]'

@@ -117,0 +120,0 @@ ? config.settle

6

package.json
{
"name": "axios-cordova-adapter",
"version": "1.0.6",
"version": "1.0.7",
"description": "An axios adapter using cordova-plugin-advanced-http",

@@ -30,3 +30,5 @@ "main": "dist/index.js",

},
"dependencies": {}
"dependencies": {
"http-status-codes": "^2.2.0"
}
}
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