Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@analys/table-timeseries-differential

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@analys/table-timeseries-differential - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

1

dist/index.cjs.js

@@ -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;

12

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc