@goldyjs/strong-together-shared
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@goldyjs/strong-together-shared", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"LICENSE": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Shared Biz Logic For Strong Together", |
@@ -74,3 +74,3 @@ import _ from "lodash" | ||
(activity) => | ||
byActivity[activity] | ||
(byActivity[activity] || []) | ||
.map((entry) => entry.count) | ||
@@ -96,3 +96,3 @@ .reduce((acc, count) => acc + count, 0) >= 5, | ||
(activity) => | ||
byActivity[activity] | ||
(byActivity[activity] || []) | ||
.map((entry) => entry.count) | ||
@@ -118,3 +118,3 @@ .reduce((acc, count) => acc + count, 0) >= 10, | ||
(activity) => | ||
byActivity[activity] | ||
(byActivity[activity] || []) | ||
.map((entry) => entry.count) | ||
@@ -121,0 +121,0 @@ .reduce((acc, count) => acc + count, 0) >= 15, |
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
47068