1.3.4 • Published 8 years ago

deep-update v1.3.4

Weekly downloads
124
License
Apache-2.0
Repository
github
Last release
8 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

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago