scuttlebutt
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -51,1 +51,7 @@ var Scuttlebutt = require('./index') | ||
m.toJSON = function () { | ||
var o = {} | ||
for (var k in this.store) | ||
o[k] = this.get(k) | ||
return o | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "replicate data via scuttlebutt protocol", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"homepage": "https://github.com/dominictarr/scuttlebutt", | ||
@@ -8,0 +8,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29414
636