You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@valjoux/strategies

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valjoux/strategies - npm Package Compare versions

Comparing version

to
0.2.3

@@ -48,3 +48,4 @@ 'use strict';

for (let i = 0, candidateName, paramList; i < h; i++) {
[candidateName, paramList] = entries[i], progressLogger(i, candidateName, prettyNames, repeat);
[candidateName, paramList] = entries[i];
progressLogger(i, candidateName, prettyNames, repeat);
eta$1.tick();

@@ -87,3 +88,3 @@

_ref = `[${timestamp.time()}] [${index}] (${cname}) tested by [${names}], repeated * ${repeat}.`, console.log(_ref);
return _ref = `[${timestamp.time()}] [${index}] (${cname}) tested by [${names}], repeated * ${repeat}.`, console.log(_ref);
};

@@ -90,0 +91,0 @@

@@ -44,3 +44,4 @@ import { CrosTab } from '@analys/crostab';

for (let i = 0, candidateName, paramList; i < h; i++) {
[candidateName, paramList] = entries[i], progressLogger(i, candidateName, prettyNames, repeat);
[candidateName, paramList] = entries[i];
progressLogger(i, candidateName, prettyNames, repeat);
eta.tick();

@@ -83,3 +84,3 @@

_ref = `[${time()}] [${index}] (${cname}) tested by [${names}], repeated * ${repeat}.`, console.log(_ref);
return _ref = `[${time()}] [${index}] (${cname}) tested by [${names}], repeated * ${repeat}.`, console.log(_ref);
};

@@ -86,0 +87,0 @@

{
"name": "@valjoux/strategies",
"version": "0.2.2",
"version": "0.2.3",
"description": "date & time util toolset",

@@ -19,11 +19,11 @@ "main": "dist/index.cjs.js",

"@analys/crostab": "^0.4.23",
"@aryth/math": "^0.3.0",
"@palett/fluo-vector": "^0.5.2",
"@palett/ros": "^0.5.2",
"@palett/says": "^0.5.2",
"@spare/enum-chars": "^0.10.4",
"@valjoux/eta": "^0.2.2",
"@valjoux/timestamp": "^0.2.2",
"@vect/columns-mapper": "^0.3.4",
"@vect/matrix-init": "^0.3.4"
"@aryth/math": "^0.3.6",
"@palett/fluo-vector": "^0.5.13",
"@palett/ros": "^0.5.13",
"@palett/says": "^0.5.13",
"@spare/enum-chars": "^0.10.12",
"@valjoux/eta": "^0.2.3",
"@valjoux/timestamp": "^0.2.3",
"@vect/columns-mapper": "^0.3.6",
"@vect/matrix-init": "^0.3.6"
},

@@ -46,3 +46,3 @@ "repository": {

"homepage": "https://github.com/hoyeungw/valjoux#readme",
"gitHead": "cc436707d678d5fd163f0a22ccb7e7e302befedb"
"gitHead": "8793e4348ba19a9e6e313fc96a06cf37d87591ad"
}