Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
Changes:
* Wrapped functions to prevent 'depth' being passed
* Added for..in protection against prototype extension
  • Loading branch information
hughfdjackson committed Apr 3, 2013
1 parent 4bc9be2 commit 28218ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "persistent-hash-trie",
"description": "Pure string:val storage, using structural sharing",
"version": "0.3.1",
"version": "0.3.2",
"main": "src/persistent-hash-trie.js",
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 28218ff

Please sign in to comment.