Permalink
Comparing changes
Open a pull request
- 2 commits
- 2 files changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
2 additions
and 2 deletions.
- +1 −1 index.js
- +1 −1 package.json
| @@ -825,7 +825,7 @@ Dat.prototype.createDiffStream = function (headA, headB, opts) { | ||
| obj.key = key.slice(i + 1) | ||
| obj.dataset = key.slice(0, i) | ||
| } | ||
| obj.value = valueEncoding.decode(obj.value) | ||
| if (Buffer.isBuffer(obj.value)) obj.value = valueEncoding.decode(obj.value) | ||
| } | ||
| var fork = -1 | ||
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "dat-core", | ||
| "version": "4.0.4", | ||
| "version": "4.0.5", | ||
| "description": "dat core", | ||
| "main": "index.js", | ||
| "dependencies": { | ||