summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/dot-prop/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/dot-prop/readme.md')
-rw-r--r--deps/npm/node_modules/dot-prop/readme.md2
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`