Socket
Socket
Sign inDemoInstall

async-af

Package Overview
Dependencies
0
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
8Next

6.0.0

Diff

Changelog

Source

6.0.0 (2018-08-01)

Code Refactoring

  • store AsyncAF instance data in a WeakMap for privacy (36cbaf6)

Features

  • add Symbol.toStringTag to AsyncAF classes for easier debugging (7f0aa86)

BREAKING CHANGES

  • the inner promise within AsyncAF instances can no longer be accessed at, e.g., AsyncAF().data
  • AsyncAF().toString() will now show '[object AsyncAF]' rather than '[object Object]'

<a name="5.3.3"></a>

scottrudiger
published 5.3.3 •

Changelog

Source

5.3.3 (2018-07-11)

Performance Improvements

  • remove unnecessary capturing parentheses (36d8eab)

<a name="5.3.2"></a>

scottrudiger
published 5.3.2 •

Changelog

Source

5.3.2 (2018-06-11)

<a name="5.3.1"></a>

scottrudiger
published 5.3.1 •

Changelog

Source

5.3.1 (2018-05-24)

<a name="5.3.0"></a>

scottrudiger
published 5.3.0 •

Changelog

Source

5.3.0 (2018-05-24)

Bug Fixes

  • concat: fix concat's handling of nested promises (99a5ecc)

Features

  • concat: implement concatAF method (b7fbf43)

<a name="5.2.0"></a>

scottrudiger
published 5.2.0 •

Changelog

Source

5.2.0 (2018-05-21)

Features

  • finally: add finally method to AsyncAF & AsyncAfWrapper (8d6bf2e)

<a name="5.1.1"></a>

scottrudiger
published 5.1.1 •

Changelog

Source

5.1.1 (2018-05-20)

<a name="5.1.0"></a>

scottrudiger
published 5.1.0 •

Changelog

Source

5.1.0 (2018-05-20)

Bug Fixes

  • es modules: prevent minified classes from utlizing arrow functions (3eb897b)

Features

  • perf: reduce minified packages sizes by 1-18% (f4d459e)
  • split: implement splitAF method (24c9ee4), closes #37

<a name="5.0.1"></a>

scottrudiger
published 5.0.1 •

Changelog

Source

5.0.1 (2018-05-18)

Bug Fixes

  • log: fix bug in minified logAF method (1044b24)

<a name="5.0.0"></a>

scottrudiger
published 5.0.0 •

Changelog

Source

5.0.0 (2018-05-18)

Code Refactoring

  • log: refactor logAF custom format (bf0ff59)

BREAKING CHANGES

  • log: logAF custom format no longer pulls variables from a string

<a name="4.0.0"></a>

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