Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
jscex-jquery
Advanced tools
$ = require('./jscex-jquery');
// Define an Async function with a special $await keyword in it
var fetch = eval($.async(function(url) {
// $await takes anything that returns a Promise
var it = $await( $.get(url) );
// ...do something with it...
return it;
}));
// Return value of the Async function is always a Promise
fetch('http://.../').done(...).fail(...).always(...);
This module exports $.Jscex
as a jQuery plugin, providing an
$.async
helper that compiles a regular function into one that
returns a Promise object.
Functions defined with $.async
has access to an extra $await
keyword, which can implicitly wait for other Promise objects.
Please see example.js
for a sample usage, and type make demo
to see it in action.
The source code is in src
directory and written in LiveScript.
Note that LiveScript is not a runtime dependency of this module;
it's only used for development.
For use in client-side browser environments, please see examples
in the samples
directory.
To the extent possible under law, 唐鳳 has waived all copyright and related or neighboring rights to jscex-jquery.
This work is published from Taiwan.
FAQs
Async/Await support for jQuery 1.5+
We found that jscex-jquery 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.