dir-compare
dir-compare copied to clipboard
Node JS directory compare
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semver](https://togithub.com/npm/node-semver) | [`7.3.5` -> `7.3.7`](https://renovatebot.com/diffs/npm/semver/7.3.5/7.3.7) | [](https://docs.renovatebot.com/merge-confidence/)...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Just an idea, not a necessity: An option could be added to compare the checksums of the two directories, for example using the [dirsum package](https://www.npmjs.com/package/dirsum).
We want an option ignoreContentCase. When we develop the vba extensions, vba kindly does case conversions automatically. So, we compare files, dir-compare detects the difference. We think adding the code...
I implemented the gitignoreFilter as specified here https://github.com/gliviu/dir-compare?tab=readme-ov-file#implement-gitignore-filter. However, I started getting errors like: Error: Path /private/var/folder/a.txt is not in cwd /var/folder (I shortened the paths for the example) I...
`git diff` is able to detect when a file has been renamed, based on a "similarity index": ```diff diff --git a/a/a.txt b/b/b.txt similarity index 85% rename from a/a.txt rename to...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
As the title says, `skipSubdirs` still compares directories themselves. Not sure what the intended functionality is, but I expected it to be ignored all together in the compare. This extends...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
`minimatch` is 6 major versions behind, and the currently installed version transitively depends on `[email protected]` which is outdated with a publicly exposed vulnerability. Please update.