SkeLLLa/node-object-hash

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.eslintignore
.eslintrc.json
.github/CODEOWNERS
.github/workflows/codeql.yml
.github/workflows/release.yml
.github/workflows/verify.yml
.gitignore
.npmignore
.prettierignore
.vscode/launch.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
__tests__/__snapshots__/compatibility.spec.ts.snap
docs/CHANGELOG-v2.md
docs/CHANGELOG.md
docs/api/README.md
docs/api/interfaces/hasher.Hashable.md
docs/api/interfaces/hasher.Hasher.md
docs/api/interfaces/hasher.HasherOptions.md
docs/api/interfaces/objectSorter.CoerceOptions.md
docs/api/interfaces/objectSorter.SortOptions.md
docs/api/interfaces/objectSorter.SorterOptions.md
docs/api/interfaces/objectSorter.TrimOptions.md
docs/api/modules/hasher.md
docs/api/modules/objectSorter.md
logo.svg
package.json
pnpm-lock.yaml
tsconfig.build.json
tsconfig.json
.commitlintrc.js1
.prettierrc.js22
.releaserc.js11
ci/changelog.js6
ci/commit-analyzer.js22
ci/git-service-deploy.js7
ci/git.js6
ci/gitlab-release.js6
ci/npm-change-version.js6
ci/npm-publish.js6
ci/release-notes.js27
jest.config.js18
__tests__/compatibility.spec.ts431
F
1 wk
__tests__/hasher.spec.ts66
__tests__/objectSorter.spec.ts88
src/hasher.ts32
src/objectSorter.ts136
F
3 days