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- GitHub Staff
- Oakland CA
- Sign in to view email
- http://blog.izs.me
Pinned
3,016 contributions in the last year
Contribution activity
June 1, 2020
isaacs has no activity
yet for this period.
May 2020
- isaacs/common-ancestor-path JavaScript
Created a pull request in npm/cli that received 4 comments
Isaacs/install finish
Big red diff day!
Sorry for the massive drop. The main things going on here:
All of the commands that perform an arborist.reify() have been ported…
+26,366
−8,189
•
4
comments
- Resolve infinite dependency nesting with a symlink
- Add dryRun config to not touch the file system
- Add support for packageLock option
- Only use hidden lockfile if up to date
- Base idealTree on actualTree if no lock present
- Refactor shrinkwrap for correctness and elegance
- Rework approach for finding link target deps
- add Arborist.rebuild()
- fix: Handle tarball dependencies properly
- Add support for rebuildBundle: false
- Add support for the packageLockOnly config
- Add loadActual({ root: node })
- Isaacs/fix 70
- Add {complete:true} buildIdealTree option to load sw/bundles
Created an issue in npm/arborist that received 3 comments
Interesting change from npm v6: install with no shrinkwrap does a full update
In Arborist, if there's no package-lock.json, and you run reify() with no options, its default behavior is to build an ideal tree without consultin…
3
comments
- [FEATURE] dedupe even more using Node.matches
- [BUG] detect and handle pathological dependency nesting scenario
- [BUG] don't use hidden lockfile if something newer is in node_modules
- link target metadeps not saved in legacy shrinkwrap dependencies properly
- improvement: metadata handling could be more elegant
- [FEATURE] loadActual() should accept {root} option
- [BUG] don't allow installing a module as a direct dep of itself unless opt.force enabled
- [BUG] installing a module as a new dep that is already in the tree saves incorrectly
- [BUG] auditReport should call out bundleDependencies issues as unfixable
- [BUG] audit() should not set the auditReport if the audit endpoint failed
37
contributions
in private repositories
May 5 – May 24