Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Aigle is an ideal Promise library, faster and more functional than other Promise libraries
Aigle is an ideal Promise library, faster and more functional than other Promise libraries. Aigle is never slow down even if you mix different Aigle versions and other promise libraries. (benchmark)
Also Aigle has a lot of async functions, you can start using Promise
easily.
Let's stop using callback style and start using Aigle.
npm install --save aigle
const Promise = require('aigle');
Recommend to use webpack, browserify, Rollup or any bundling tool.
This will expose to global as window.Promise
.
<script src="dist/aigle.min.js"></script>
window.Promise;
concat
concatSeries
concatLimit
each
eachSeries
eachLimit
every
everySeries
everyLimit
filter
filterSeries
filterLimit
find
findSeries
findLimit
forEach
-> each
forEachSeries
-> eachSeries
forEachLimit
-> eachLimit
groupBy
groupBySeries
groupByLimit
map
mapSeries
mapLimit
mapValues
mapValuesSeries
mapValuesLimit
omit
omitSeries
omitLimit
pick
pickSeries
pickLimit
reduce
reduceSeries
reduceLimit
reject
rejectSeries
rejectLimit
some
someSeries
someLimit
sortBy
sortBySeries
sortByLimit
transform
transformSeries
transformLimit
Promise.concat
Promise.concatSeries
Promise.concatLimit
Promise.each
Promise.eachSeries
Promise.eachLimit
Promise.every
Promise.everySeries
Promise.everyLimit
Promise.filter
Promise.filterSeries
Promise.filterLimit
Promise.find
Promise.findSeries
Promise.findLimit
Promise.forEach
-> Promise.each
Promise.forEachSeries
-> Promise.eachSeries
Promise.forEachLimit
-> Promise.eachLimit
Promise.groupBy
Promise.groupBySeries
Promise.groupByLimit
Promise.map
Promise.mapSeries
Promise.mapLimit
Promise.mapValues
Promise.mapValuesSeries
Promise.mapValuesLimit
Promise.omit
Promise.omitSeries
Promise.omitLimit
Promise.pick
Promise.pickSeries
Promise.pickLimit
Promise.reduce
Promise.reduceSeries
Promise.reduceLimit
Promise.reject
Promise.rejectSeries
Promise.rejectLimit
Promise.some
Promise.someSeries
Promise.someLimit
Promise.sortBy
Promise.sortBySeries
Promise.sortByLimit
Promise.transform
Promise.transformSeries
Promise.transformLimit
Promise.all
Promise.doUntil
Promise.doWhilst
Promise.parallel
Promise.props
Promise.race
Promise.retry
Promise.times
Promise.timesSeries
Promise.timesLimit
Promise.until
Promise.whilst
FAQs
Aigle is an ideal Promise library, faster and more functional than other Promise libraries
The npm package aigle receives a total of 0 weekly downloads. As such, aigle popularity was classified as not popular.
We found that aigle 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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.