Comparing version 0.0.1-s to 0.0.1-t
{ "name": "gun" | ||
, "version": "0.0.1s" | ||
, "version": "0.0.1t" | ||
, "author": "Mark Nadal" | ||
@@ -11,3 +11,3 @@ , "description": "Graph engine." | ||
"theory": "~>0.2.6", | ||
"coalesce": "~>0.1.9bo", | ||
"coalesce": "~>0.1.9bp", | ||
"aws-sdk": "~>2.0.0", | ||
@@ -14,0 +14,0 @@ "fakeredis": "~>0.1.3", |
@@ -172,6 +172,6 @@ module.exports = require('theory') | ||
console.log(m); | ||
if(opt.src && opt.src.reply){ | ||
if(opt.src && opt.src.send){ | ||
m.what.count += 1; | ||
if(87 < m.what.count){ return } | ||
opt.src.send(m); | ||
if(22 < m.what.count){ return } | ||
opt.src.send(m); | ||
} | ||
@@ -178,0 +178,0 @@ return; |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Updatedcoalesce@~>0.1.9bp