sekitaka/node-cache-store

Bug: Should check isOwnProperty when looping keys

Opened this issue · 0 comments

https://github.com/sekitaka/node-cache-store/blob/master/libs/cache.js#L96

this should have a check using isOwnProperty() or use Object.keys() to get a safe list