vow icon indicating copy to clipboard operation
vow copied to clipboard

ES6-compatible and Promises/A+ implementation for Node.js and browsers

Results 13 vow issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Hello, I would like to use the component in a project. Now I have seen that in "package/lib/vow.js" a "dual licensing" is specified. However, it says "gpl AND mit" and...

Bumps [terser](https://github.com/terser/terser) from 4.0.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 7.5.0 to 10.1.2. Release notes Sourced from highlight.js's releases. 10.1.2 Fixes: fix(night) Prevent object prototype values from being returned by getLanguage (#2636) night 10.1.1 Fixes: Resolve issue...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....

dependencies

The variable is declared as "deferred" and used in comment as "defer"

I would be great if generator wrappers were implemented in vow library. Something like this: ``` var vow = require('vow'); vow.async(function *() { var myVar = yield asyncFunc(); }); ```...