stockshark-channels
Advanced tools
Comparing version 1.0.239 to 1.0.240
{ | ||
"name": "stockshark-channels", | ||
"version": "1.0.239", | ||
"version": "1.0.240", | ||
"description": "provide channels", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -5,5 +5,5 @@ const { math } = require('stockshark-util') | ||
const data = math.arrays_cross(dependencies.base, dependencies.ref) | ||
const data = math.arrays_cross(dependencies.ref, dependencies.base) | ||
return data | ||
} |
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