Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
key: function (content) { return ssbKeys.unboxKey(content, keys) },
value: function (content, key) { return ssbKeys.unboxBody(content, key) }
key: function (content) { return ssbKeys.unboxKey(content, keys) },
value: function (content, key) { return ssbKeys.unboxBody(content, key) }
key: function (content) {
for(var i = 0;i < keys.length;i++) {
var key = ssbKeys.unboxKey(content, keys[i])
if(key) return key
}
},
value: function (content, key) { return ssbKeys.unboxBody(content, key) }