Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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 0 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.