@analys/table-timeseries-differential
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -21,2 +21,3 @@ 'use strict'; | ||
depth = indexes.length; | ||
if (indexes.includes(dateIndex)) indexes.splice(indexes.indexOf(dateIndex), 1); | ||
const rows = table.rows; | ||
@@ -23,0 +24,0 @@ let pv, cv, prevNum, currNum; |
@@ -17,2 +17,3 @@ import '@analys/table'; | ||
depth = indexes.length; | ||
if (indexes.includes(dateIndex)) indexes.splice(indexes.indexOf(dateIndex), 1); | ||
const rows = table.rows; | ||
@@ -19,0 +20,0 @@ let pv, cv, prevNum, currNum; |
{ | ||
"name": "@analys/table-timeseries-differential", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A crawler", | ||
@@ -18,7 +18,7 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@analys/table": "^0.3.0", | ||
"@aryth/math": "^0.1.3", | ||
"@analys/table": "^0.3.1", | ||
"@aryth/math": "^0.1.4", | ||
"@typen/num-strict": "^0.1.0", | ||
"@vect/vector-differentiator": "^0.2.3", | ||
"@vect/vector-mapper": "^0.2.3" | ||
"@vect/vector-differentiator": "^0.2.4", | ||
"@vect/vector-mapper": "^0.2.4" | ||
}, | ||
@@ -49,3 +49,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/analys#readme", | ||
"gitHead": "0638697dc7ca8dbb3cf01ef03e449c200e3b337d" | ||
"gitHead": "3893fecbe2d3881ed17e95ea331b2e37bf385c41" | ||
} |
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
6683
86
Updated@analys/table@^0.3.1
Updated@aryth/math@^0.1.4
Updated@vect/vector-mapper@^0.2.4