-
## WS-2017-0236 - Medium Severity Vulnerability
Vulnerable Library - growl-1.9.2.tgz
Growl unobtrusive notifications
Library home page: https://registry.npmjs.org/growl/-/growl-1.9.2.tgz
Path to dep…
-
I followed the instructions given in issue #1109 and was able to make the deps.js file for closure-library. I tested that it works when running uncompiled code. However, I just tried to compile some …
-
## Description
All I really want to do (in JL 2.2) is make the shell act like a login shell: specifically I want it to display the motd when the terminal session starts.
The documentation st…
-
The array check in the `Promise.all` method (line 296) will throw a TypeError. I think it should use `Object.prototype.toString`.
-
Returning `this` from `then` is not a valid behavior for a promise polyfill. It´s also lacking `Promise.race`, `Promise.resolve` and `Promise.reject`. I suggest using https://github.com/jakearchibald/…
-
I wasn't sure what to type for the subject as this isn't quite a bug or an enhancement request. It's just a behavior that could be changed perhaps.
``` js
var {Deferred} = require( 'ringo/promise' );…
-
## Goal
Provide developers with a method to abort something initiated with `fetch()` in a way that is not overly complicated.
## Previous discussion
- https://github.com/whatwg/fetch/issues/20
- http…
-
- **Version**: Node v4.4.4 / Node v6.1.0
- **Platform**: Linux 4.2.0-1-amd64 #1 SMP Debian 4.2.6-3 (2015-12-06) x86_64 GNU/Linux
``` js
;(function loop () {
return Promise.resolve().then(loop)
})()…
-
I am trying to chain couple of queries one after another - create table, insert, select ...
I want to create something like this:
``` js
createTable()
.then(insertMockUsers)
.then(selectUsers)
`…
-
See [closure/goog/promise/testsuiteadapter.js:33](https://github.com/google/closure-library/blob/25cb02899b9ba20173a4e7d0c908918bfa65ac70/closure/goog/labs/promise/testsuiteadapter.js#L33)
`promises_…