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

@best/cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@best/cli - npm Package Compare versions

Comparing version

to
14.0.0

@@ -9,3 +9,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.normalize = exports.options = exports.docs = exports.usage = exports.check = void 0;
exports.options = exports.docs = exports.usage = exports.check = void 0;
exports.normalize = normalize;
const check = () => {

@@ -150,3 +151,2 @@ // TODO: Implement checks

}
exports.normalize = normalize;
//# sourceMappingURL=args.js.map

@@ -20,2 +20,6 @@ "use strict";

class Histogram {
buckets;
normalize;
skewness;
kurtosis;
/*

@@ -22,0 +26,0 @@ * Assign sample values to buckets.

@@ -24,9 +24,19 @@ "use strict";

});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -36,3 +46,5 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

Object.defineProperty(exports, "__esModule", { value: true });
exports.runCLI = exports.run = exports.buildArgs = void 0;
exports.buildArgs = buildArgs;
exports.run = run;
exports.runCLI = runCLI;
const args_1 = require("./args");

@@ -57,3 +69,2 @@ const output_1 = __importDefault(require("./output"));

}
exports.buildArgs = buildArgs;
function getProjectListFromCLIArgs(argsCLI, project) {

@@ -85,3 +96,2 @@ const projects = argsCLI.projects.slice();

}
exports.run = run;
async function runCLI(argsCLI, projects) {

@@ -135,3 +145,3 @@ const outputStream = new console_stream_1.OutputStream(process.stdout);

}
catch (err) {
catch (_err) {
throw new Error('You passed the `--generateHTML` flag, but `@best/frontend` is not a dependency. Make sure you include it as a dependency.');

@@ -143,3 +153,2 @@ }

}
exports.runCLI = runCLI;
//# sourceMappingURL=index.js.map

@@ -19,2 +19,4 @@ "use strict";

class Output {
config;
stream;
constructor(config, stream) {

@@ -21,0 +23,0 @@ this.config = config || {};

@@ -12,3 +12,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.runBest = void 0;
exports.runBest = runBest;
const path_1 = __importDefault(require("path"));

@@ -111,3 +111,2 @@ const micromatch_1 = __importDefault(require("micromatch"));

}
exports.runBest = runBest;
//# sourceMappingURL=run_best.js.map

@@ -9,3 +9,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.runCompare = void 0;
exports.runCompare = runCompare;
const compare_1 = require("@best/compare");

@@ -103,3 +103,3 @@ const github_integration_1 = require("@best/github-integration");

}
catch (err) {
catch (_err) {
throw new Error(`Can't resolve the externalStorage ${externalStorage}`);

@@ -124,3 +124,2 @@ }

}
exports.runCompare = runCompare;
//# sourceMappingURL=run_compare.js.map

@@ -6,22 +6,22 @@ {

"dependencies": {
"@best/analyzer": "13.0.0",
"@best/api-db": "13.0.0",
"@best/builder": "13.0.0",
"@best/compare": "13.0.0",
"@best/config": "13.0.0",
"@best/console-stream": "13.0.0",
"@best/github-integration": "13.0.0",
"@best/runner": "13.0.0",
"@best/store": "13.0.0",
"@best/store-fs": "13.0.0",
"@best/utils": "13.0.0",
"@best/analyzer": "14.0.0",
"@best/api-db": "14.0.0",
"@best/builder": "14.0.0",
"@best/compare": "14.0.0",
"@best/config": "14.0.0",
"@best/console-stream": "14.0.0",
"@best/github-integration": "14.0.0",
"@best/runner": "14.0.0",
"@best/store": "14.0.0",
"@best/store-fs": "14.0.0",
"@best/utils": "14.0.0",
"asciichart": "1.5.25",
"chalk": "~2.4.2",
"cli-table3": "0.6.4",
"cli-table3": "^0.6.5",
"fast-glob": "3.3.2",
"micromatch": "4.0.5",
"rimraf": "3.0.2",
"simple-git": "3.24.0",
"simple-statistics": "^6.0.1",
"yargs": "^16.1.0"
"micromatch": "4.0.8",
"rimraf": "^6.0.1",
"simple-git": "3.27.0",
"simple-statistics": "^7.8.7",
"yargs": "^17.7.2"
},

@@ -46,3 +46,3 @@ "description": "Best CLI",

},
"version": "13.0.0"
"version": "14.0.0"
}