Skip to content

Commit

Permalink
list features
Browse files Browse the repository at this point in the history
  • Loading branch information
bevacqua committed Jul 14, 2015
1 parent 550a7d2 commit 390b6d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Expand Up @@ -8,6 +8,16 @@
npm i hash-sum -S
```

# features

- no dependencies
- minimal footprint
- works in all of node.js, io.js, and the browser
- hashes functions based on their source code
- produces different hashes for different object types
- support for circular references in objects
- ignores property assignment order

# `sum(value)`

yields a four-byte hexadecimal hash based off of `value`.
Expand Down

0 comments on commit 390b6d5

Please sign in to comment.