1.3.4 • Published 9 years ago

deep-update v1.3.4

Weekly downloads
124
License
Apache-2.0
Repository
github
Last release
9 years ago

deep-update

react-addons-update, except that it will fill in object paths that are missing.

const value = {a: {b: {c: {d: 1234}}}};
// Behold, no error thrown!
const newValue = deepUpdate(value, ['a', 'b', 'c', 'd'], {$set: 2345});
1.3.4

9 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago