StephenTHendrix

Results 2 issues of StephenTHendrix

Hi! I'm using version 2.2.1 and trying to play an mp3 file from an s3 bucket that requires an api key: ```javascript const sound = new Howl({ src: ['my-url'], format:...

I think I'm just re-reporting https://github.com/mattphillips/deep-object-diff/issues/79. `diff({ test: [] }, { test: ['apple'] })` returns `{ test: { 0: 'apple' }`