Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
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
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.