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 upPinned
1,248 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 17 commits in 5 repositories
Created 2 repositories
- kumavis/bezierjs JavaScript
- kumavis/dendron-viz JavaScript
Created a pull request in Pomax/bezierjs that received 4 comments
hybrid esm/cjs package distribution
Hybrid cjs/esm package Adds a babel transform for creating a commonjs version of the source Sets "exports" field for esm https://nodejs.org/api/pa…
Opened 3 other pull requests in 2 repositories
LavaMoat/LavaMoat
2
open
MetaMask/eth-phishing-detect
1
merged
Reviewed 9 pull requests in 3 repositories
MetaMask/metamask-extension 7 pull requests
MetaMask/controllers 1 pull request
MetaMask/legacy-web3 1 pull request
Created an issue in Pomax/bezierjs that received 8 comments
dist not commonjs compatible
dist contains export statement here https://github.com/Pomax/bezierjs/blob/master/dist/bezier.js#L2236 possibly a mistake? it is possible to build …