Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 2 commits
  • 2 files changed
  • 0 commit comments
  • 1 contributor
Showing with 2 additions and 2 deletions.
  1. +1 −1 index.js
  2. +1 −1 package.json
View
@@ -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
View
@@ -1,6 +1,6 @@
{
"name": "dat-core",
"version": "4.0.4",
"version": "4.0.5",
"description": "dat core",
"main": "index.js",
"dependencies": {

No commit comments for this range