myshenin / aws-lambda-multipart-parser

Parser of multipart/form-data requests for AWS Lambda
MIT License
74 stars 38 forks source link

Removed `getValueIgnoringKeyCase` from Object prototype #8

Closed jalleyne closed 6 years ago

jalleyne commented 6 years ago

Caused issues with libraries doing strict object validation.

Ticket: https://github.com/myshenin/aws-lambda-multipart-parser/issues/7

Another discussion about this type of issue https://github.com/aws/aws-sdk-js/issues/575

jalleyne commented 6 years ago

Apologies for the formatting changes (prettier auto-formatting on save). If it's a big deal i will restore the formatting.

myshenin commented 6 years ago

Nice, thanks, but getValueIgnoringKeyCase was never meant be used outside of the module, there is no need to export it. But thanks for your help.