lodash.set v4.3.3 (unofficial) The lodash method _.set exported as a Node.js module This is a patched version of lodash.set@4.3.2 that fixes the prototype pollution security issue. Installation Using npm: $ {sudo -H} npm i -g npm $ npm i --save lodash.set In Node.js: var set = require('lodash.set'); See the documentation or package source for more details.