bazaar-graphql
Advanced tools
Comparing version 0.0.6 to 0.1.0
{ | ||
"name": "bazaar-graphql", | ||
"version": "0.0.6", | ||
"version": "0.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -100,2 +100,3 @@ const { | ||
const filtered = msgs | ||
.filter(e => e.value.content.scope === scope) | ||
.filter(msg => msg.value.content.prices.length > 0) | ||
@@ -121,3 +122,3 @@ .filter(msg => { | ||
user: msg.value.content.currentOwner, | ||
scope, | ||
scope: msg.value.content.scope, | ||
} | ||
@@ -124,0 +125,0 @@ }) |
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
9887
295