stockshark-channels
Advanced tools
Comparing version 1.0.252 to 1.0.253
{ | ||
"name": "stockshark-channels", | ||
"version": "1.0.252", | ||
"version": "1.0.253", | ||
"description": "provide channels", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -11,2 +11,8 @@ | ||
case "eq": return p == value | ||
case "abs_gt": return Math.abs(p) > value | ||
case "abs_gte": return Math.abs(p) >= value | ||
case "abs_lt": return Math.abs(p) < value | ||
case "abs_lte": return Math.abs(p) <= value | ||
case "abs_eq": return Math.abs(p) == value | ||
} | ||
@@ -13,0 +19,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
44899
840