summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.6.4v2.6.42.xHubert Argasinski2022-04-132-1/+67
|
* Update built filesHubert Argasinski2022-04-134-39/+14519
|
* update changelogHubert Argasinski2022-04-131-0/+3
|
* Fix prototype pollution vulnerability (#1828)Matt Riedemann2022-04-132-0/+14
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit e1ecdbf79264f9ab488c7799f4c76996d5dca66d) Conflicts: lib/internal/iterator.js test/mapValues.js NOTE(mriedem): The conflicts are due to: - e4751178540a3c6e64598b93977481ec599704d2 for iterator.js; resolution was trivial - bd86f42a7d71552d9a502b50235ffc090a1b4a98 for mapValues.js; resolution was just copying the test change into the old test file before it was moved This is a 2.x series backport for https://nvd.nist.gov/vuln/detail/CVE-2021-43138. Co-authored-by: Alexander Early <alexander.early@gmail.com>
* Version 2.6.3v2.6.3Alexander Early2019-07-141-1/+1
|
* update changelogAlexander Early2019-07-142-2/+4
|
* fix: udpate lodash. closes #1675Alexander Early2019-07-142-10/+10
|
* Version 2.6.2v2.6.2Alexander Early2019-02-121-1/+1
|
* Update built filesAlexander Early2019-02-121-3/+0
|
* update changelogAlexander Early2019-02-121-0/+3
|
* fix: update lodash to squelch security warning (#1620)Alexander Early2019-02-122-34/+83
|
* Version 2.6.1v2.6.1Alexander Early2018-05-201-1/+1
|
* Update built filesAlexander Early2018-05-203-6/+20
|
* update changelogAlexander Early2018-05-201-0/+6
|
* update deps per npm auditAlexander Early2018-05-204-3805/+3811
|
* Merge pull request #1533 from chrisdukakis/update-lodashAlex Early2018-05-202-2626/+5283
|\ | | | | Update lodash
| * update lodash-es to match lodash@4.17Chris Dukakis2018-05-182-4/+4
| |
| * update lodash in deps & dev depsChris Dukakis2018-05-162-2622/+5279
|/
* Add node 10 to the tests matrix (#1530)Matteo Figus2018-04-301-0/+1
|
* Merge pull request #1527 from Qw-in/patch-1Alex Early2018-04-141-1/+1
|\ | | | | Typo in makefile comment
| * Typo in makefileQuinn Blenkinsop2018-04-141-1/+1
|/
* Optimize the library for webpack users (#1517)Ivan Akulov2018-03-234-0/+70
| | | | | | | | * Add the `sideEffects: false` flag into the ES package.json * Add a different Readme for async-es and link across the packages * Fix the wrong method name
* Merge pull request #1514 from smbape/masterGraeme Yeates2018-02-162-1/+64
|\ | | | | fix "RangeError: Maximum call stack size exceeded"
| * rename 'forEachOfLimit 1024 * 1024 synchronous call' to 'forEachOfLimit no ↵Stéphane MBAPE2018-02-151-2/+50
| | | | | | | | | | | | | | call stack size exceed error' done called inside of the final callback of 'forEachOfLimit no call stack size exceed error' added 'forEachOf no call stack size exceed error' and 'forEachOfSeries no call stack size exceed error' tests
| * fix "RangeError: Maximum call stack size exceeded"Stéphane MBAPE2018-02-142-1/+16
|/
* Fix typo (#1511)Bao Pham2018-01-291-1/+1
|
* Update license year range to 2018Hubert Argasinski2018-01-201-1/+1
|
* Added all the function which got changed (#1505)Suraj Sharma2017-12-211-2/+2
| | | Did this to reduce the chances of errors.
* Version 2.6.0v2.6.0Alexander Early2017-11-061-1/+1
|
* update package-lockAlexander Early2017-11-061-3586/+4093
|
* Update built filesAlexander Early2017-11-064-483/+3295
|
* update changelog for 2.6.0Alexander Early2017-11-061-0/+6
|
* capitalize AsyncAlexander Early2017-11-061-5/+5
|
* add pitfall about async functionsAlexander Early2017-11-061-0/+19
|
* add homepage to package.jsonAlexander Early2017-11-061-0/+1
|
* docs: add some quick examples to the READMEAlexander Early2017-11-061-1/+36
|
* Merge pull request #1483 from caolan/generate-indexAlex Early2017-11-0615-196/+462
|\ | | | | Generate index.js from a template
| * include individual module files for aliasesgenerate-indexAlexander Early2017-10-206-12/+70
| |
| * add testsAlexander Early2017-10-152-2/+11
| |
| * generate lib/index.js from a template and a list of aliasesAlexander Early2017-10-1511-187/+386
| |
* | Merge pull request #1488 from LukasDrgon/patch-1Graeme Yeates2017-11-041-0/+1
|\ \ | |/ |/| Add jsDelivr hits badge
| * Add jsDelivr hits badgeLukas Drgon2017-10-181-0/+1
|/
* Merge pull request #1471 from Grasseh/masterAlex Early2017-09-121-1/+1
|\ | | | | Fix tryEach documentation code example
| * Fix tryEach documentation code exampleGrasseh2017-09-121-1/+1
|/
* Merge pull request #1454 from iamdoron/masterGraeme Yeates2017-07-241-1/+3
|\ | | | | Use shift instead of splice (when possible) in queue
| * Use shift instead of splice (when possible) in queueDoron Pagot2017-07-211-1/+3
| |
* | Fix build (#1455)Hubert Argasinski2017-07-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * dedupe dependencies * prune dependencies * Revert "prune dependencies" This reverts commit ea83e64d8cad03e0aa93ba58de4e93d4df875c3c. * reset package-lock to master * manually bump ansi-styles to 2.2.1
* | update Makefile to include source map in build dir [fixes #1452] (#1453)Hubert Argasinski2017-07-241-2/+8
|/
* clarify retry vs retryable in docs. closes #1450Alexander Early2017-07-161-2/+2
|
* Improve `async.queue` start up performance (#1448)Hubert Argasinski2017-07-102-1/+11
| | | | | | | | | | * batch queue.push calls * add more queue perf suites * undo dist changes * prevent overwriting q.process from pausing the queue