wankdanker / node-object-mapper

Copy properties from one object to another.
MIT License
277 stars 73 forks source link

Fix for multiple literal dots and fix for when the backslash itself i… #44

Closed prinzdezibel closed 7 years ago

prinzdezibel commented 7 years ago

…s escaped.

Contains two fixes:

a) keys with several literal dots did not work previously , e.g. "baz\\.bar\\.foo" b) keys where the backslash itself is escaped were erroneously stripped out completely: "baz\\\\.bar"

wankdanker commented 7 years ago

Thanks @prinzdezibel, object-mapper@4.2.0 is on npm.