Mend ensures you have the greatest risk reduction ("Recommended Fix"-highlighted in green) by removing as many vulnerabilities as possible. Click to see how we calculate risk reduction.
Release Notes
caolan/async
### [`v3.2.2`](https://togithub.com/caolan/async/blob/HEAD/CHANGELOG.md#v322)
[Compare Source](https://togithub.com/caolan/async/compare/v3.2.1...v3.2.2)
- Fix potential prototype pollution exploit
### [`v3.2.1`](https://togithub.com/caolan/async/blob/HEAD/CHANGELOG.md#v321)
[Compare Source](https://togithub.com/caolan/async/compare/v3.2.0...v3.2.1)
- Use `queueMicrotask` if available to the environment ([#1761](https://togithub.com/caolan/async/issues/1761))
- Minor perf improvement in `priorityQueue` ([#1727](https://togithub.com/caolan/async/issues/1727))
- More examples in documentation ([#1726](https://togithub.com/caolan/async/issues/1726))
- Various doc fixes ([#1708](https://togithub.com/caolan/async/issues/1708), [#1712](https://togithub.com/caolan/async/issues/1712), [#1717](https://togithub.com/caolan/async/issues/1717), [#1740](https://togithub.com/caolan/async/issues/1740), [#1739](https://togithub.com/caolan/async/issues/1739), [#1749](https://togithub.com/caolan/async/issues/1749), [#1756](https://togithub.com/caolan/async/issues/1756))
- Improved test coverage ([#1754](https://togithub.com/caolan/async/issues/1754))
### [`v3.2.0`](https://togithub.com/caolan/async/blob/HEAD/CHANGELOG.md#v320)
[Compare Source](https://togithub.com/caolan/async/compare/v3.1.1...v3.2.0)
- Fix a bug in Safari related to overwriting `func.name`
- Remove built-in browserify configuration ([#1653](https://togithub.com/caolan/async/issues/1653))
- Varios doc fixes ([#1688](https://togithub.com/caolan/async/issues/1688), [#1703](https://togithub.com/caolan/async/issues/1703), [#1704](https://togithub.com/caolan/async/issues/1704))
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.1.1
->3.2.2
This PR resolves the vulnerabilities described in Issue #14
Version 3.1.1
| Risk Change | Critical | High | Medium | Low | | --- | --- | --- | --- | --- | | N/A | 0 | 1 | 0 | 0 |Version 3.2.2
| Risk Change | Critical | High | Medium | Low | | --- | --- | --- | --- | --- | | -100% | 0 (--) | 0 (-1 ) | 0 (--) | 0 (--) |Version 3.2.4
| Risk Change | Critical | High | Medium | Low | | --- | --- | --- | --- | --- | | -100% | 0 (--) | 0 (-1 ) | 0 (--) | 0 (--) |Mend ensures you have the greatest risk reduction ("Recommended Fix"-highlighted in green) by removing as many vulnerabilities as possible. Click to see how we calculate risk reduction.
Release Notes
caolan/async
### [`v3.2.2`](https://togithub.com/caolan/async/blob/HEAD/CHANGELOG.md#v322) [Compare Source](https://togithub.com/caolan/async/compare/v3.2.1...v3.2.2) - Fix potential prototype pollution exploit ### [`v3.2.1`](https://togithub.com/caolan/async/blob/HEAD/CHANGELOG.md#v321) [Compare Source](https://togithub.com/caolan/async/compare/v3.2.0...v3.2.1) - Use `queueMicrotask` if available to the environment ([#1761](https://togithub.com/caolan/async/issues/1761)) - Minor perf improvement in `priorityQueue` ([#1727](https://togithub.com/caolan/async/issues/1727)) - More examples in documentation ([#1726](https://togithub.com/caolan/async/issues/1726)) - Various doc fixes ([#1708](https://togithub.com/caolan/async/issues/1708), [#1712](https://togithub.com/caolan/async/issues/1712), [#1717](https://togithub.com/caolan/async/issues/1717), [#1740](https://togithub.com/caolan/async/issues/1740), [#1739](https://togithub.com/caolan/async/issues/1739), [#1749](https://togithub.com/caolan/async/issues/1749), [#1756](https://togithub.com/caolan/async/issues/1756)) - Improved test coverage ([#1754](https://togithub.com/caolan/async/issues/1754)) ### [`v3.2.0`](https://togithub.com/caolan/async/blob/HEAD/CHANGELOG.md#v320) [Compare Source](https://togithub.com/caolan/async/compare/v3.1.1...v3.2.0) - Fix a bug in Safari related to overwriting `func.name` - Remove built-in browserify configuration ([#1653](https://togithub.com/caolan/async/issues/1653)) - Varios doc fixes ([#1688](https://togithub.com/caolan/async/issues/1688), [#1703](https://togithub.com/caolan/async/issues/1703), [#1704](https://togithub.com/caolan/async/issues/1704))