Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
axios-cordova-adapter
Advanced tools
An axios adapter using cordova-plugin-advanced-http
© 2023 Wilson Foo Yu Kang. All rights reserved except as otherwise expressly provided in writing.
Licensed by Wilson Foo Yu Kang to the sole licensee Custom Automated Systems ® Pte Ltd on private and confidential terms which may be revoked with express written notice at any time at the sole and absolute discretion of Wilson Foo Yu Kang. By using and continuing to use this package, all parties agree that they are sub-licensing this package, including where this is pursuant to the LICENSE file containing herein, from Custom Automated Systems ® Pte Ltd and are not contracting directly with Wilson Foo Yu Kang, save that Wilson Foo Yu Kang shall be availed of all protections at law including all limitations of liability. Contact sales@customautosys.com for custom licensing terms.
Removal of this Copyright Notice is prohibited.
cordova plugin add cordova-plugin-advanced-http
[ npm i -D axios | npm i -S axios ]
[ npm i -D axios-cordova-adapter | npm i -S axios-cordova-adapter ]
import axiosCordovaAdapter from 'axios-cordova-adapter';
axiosCordovaAdapter(config:InternalAxiosRequestConfig):AxiosPromise
The axios cordova adapter function to pass into the axios call.
import axiosCordovaAdapter from 'axios-cordova-adapter';
axios.create({
...
adapter:axiosCordovaAdapter
...
});
axios.request({
...
adapter:axiosCordovaAdapter
...
});
FAQs
An axios adapter using cordova-plugin-advanced-http
The npm package axios-cordova-adapter receives a total of 3 weekly downloads. As such, axios-cordova-adapter popularity was classified as not popular.
We found that axios-cordova-adapter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.