Skip to content

Drop-in replacement for older "lodash.set" that is up to date with main lodash repo

License

Notifications You must be signed in to change notification settings

minorbug/lodash-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lodash.set v4.3.3 (unofficial)

The lodash method _.set exported as a Node.js module

This is a patched version of [email protected] 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.

About

Drop-in replacement for older "lodash.set" that is up to date with main lodash repo

Resources

License

Stars

Watchers

Forks

Packages

No packages published