Michael Rodrigues

Results 4 issues of Michael Rodrigues

## Background Information - Fixes issue(s): #168 - Proposed release version: `3.15.0` I have... - [x] added at least one test to verify the failure condition is fixed. - [x]...

With underscore.py: ``` _.groupBy(['one'], lambda x, l: len(x)) # --> ['one'] ``` With underscore.js: ``` _.groupBy(['one'], 'length') // --> {3: ["one"]} ```

## Background Information NPM Audit Fix - Proposed release version: `5.5.2`