Socket
Socket
Sign inDemoInstall

async

Package Overview
Dependencies
1
Maintainers
5
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
10Next

3.2.5

Diff

hargasinski
published 3.2.4 •

Changelog

Source

v3.2.4

  • Fix a bug in priorityQueue where it didn't wait for the result. (#1725)
  • Fix a bug where unshiftAsync was included in priorityQueue. (#1790)
hargasinski
published 2.6.4 •

aearly
published 3.2.3 •

Changelog

Source

v3.2.3

  • Fix bugs in comment parsing in autoInject. (#1767, #1780)
aearly
published 3.2.2 •

Changelog

Source

v3.2.2

  • Fix potential prototype pollution exploit
aearly
published 3.2.1 •

Changelog

Source

v3.2.1

  • Use queueMicrotask if available to the environment (#1761)
  • Minor perf improvement in priorityQueue (#1727)
  • More examples in documentation (#1726)
  • Various doc fixes (#1708, #1712, #1717, #1740, #1739, #1749, #1756)
  • Improved test coverage (#1754)
aearly
published 3.2.0 •

Changelog

Source

v3.2.0

  • Fix a bug in Safari related to overwriting func.name
  • Remove built-in browserify configuration (#1653)
  • Varios doc fixes (#1688, #1703, #1704)
aearly
published 3.1.1 •

Changelog

Source

v3.1.1

  • Allow redefining name property on wrapped functions.
aearly
published 2.6.3 •

aearly
published 3.1.0 •

Changelog

Source

v3.1.0

  • Added q.pushAsync and q.unshiftAsync, analagous to q.push and q.unshift, except they always do not accept a callback, and reject if processing the task errors. (#1659)
  • Promises returned from q.push and q.unshift when a callback is not passed now resolve even if an error ocurred. (#1659)
  • Fixed a parsing bug in autoInject with complicated function bodies (#1663)
  • Added ES6+ configuration for Browserify bundlers (#1653)
  • Various doc fixes (#1664, #1658, #1665, #1652)
2345
10Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc