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.
ajax-abstraction
Advanced tools
A tiny XMLHTTPRequest abstraction, 2kb minified and a bit less than 900b minified and gzip.
I just want to use jQuery Ajax like methods, but without loading ALL jQuery.
Because I made no reasearch before building this :bowtie:.
You can just download it from this repo. But I'd recommend you to use bower method:
bower install Ajax
You can also use npm:
npm install ajax-abstraction
Yeap, not same name. It was already taken on NPM. Life is not so beautiful =/
If you know how to use jQuery Ajax methods, you know how to use this. See below:
Ajax.call({
url: '/foo',
success: function(data) {
// my success function
}
});
This lib supports UMD. So, import this via AMD, CommonJS or importing min script in you HTML and using as window global.
It's possible to use setup method for setting default options. The same parameters can be passed.
contentType [string]:
context [object]:
data [string]:
dataType [string]:
fail [function]:
headers [json]:
method [string]:
success [function]:
GPL 3 (full copy shipped with code)
FAQs
A tiny XMLHTTPRequest abstraction.
We found that ajax-abstraction demonstrated a not healthy version release cadence and project activity because the last version was released 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.