diff options
Diffstat (limited to 'deps/npm/node_modules/dot-prop/readme.md')
-rw-r--r-- | deps/npm/node_modules/dot-prop/readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/node_modules/dot-prop/readme.md b/deps/npm/node_modules/dot-prop/readme.md index fab3b7afe0..0e18f78656 100644 --- a/deps/npm/node_modules/dot-prop/readme.md +++ b/deps/npm/node_modules/dot-prop/readme.md @@ -85,6 +85,8 @@ Path of the property in the object, using `.` to separate each nested key. Use `\\.` if you have a `.` in the key. +The following path components are invalid and results in `undefined` being returned: `__proto__`, `prototype`, `constructor`. + #### value Type: `any` |