Skip to content

Commit 8870da9

Browse files
committed
Update built files
1 parent 4df6754 commit 8870da9

File tree

4 files changed

+14523
-43
lines changed

4 files changed

+14523
-43
lines changed

dist/async.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,9 @@ function createObjectIterator(obj) {
948948
var len = okeys.length;
949949
return function next() {
950950
var key = okeys[++i];
951+
if (key === '__proto__') {
952+
return next();
953+
}
951954
return i < len ? {value: obj[key], key: key} : null;
952955
};
953956
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy