Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
393 contributions in the last year
Activity overview
Contribution activity
October 2020
- anko/deep-object-diff JavaScript
- anko/parse5 JavaScript
Created a pull request in mattphillips/deep-object-diff that received 1 comment
Support diffing keys named like Object.prototype properties
Fixes #58.
Prior to this patch, the code assumed that input objects have a hasOwnProperty function, or that at least they will acquire one when pas…