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

@best/analyzer

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@best/analyzer - npm Package Compare versions

Comparing version 4.0.0-beta5 to 4.0.0-beta6

1

build/constants.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = 1;
//# sourceMappingURL=constants.js.map

3

build/index.js

@@ -9,5 +9,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.computeSampleStats = exports.compareSamples = exports.analyzeBenchmarks = void 0;
const constants_1 = require("./constants");
const stats_1 = require("./stats");
exports.compareSamples = stats_1.compare;
Object.defineProperty(exports, "compareSamples", { enumerable: true, get: function () { return stats_1.compare; } });
function computeSampleStats(arr, samplesQuantileThreshold) {

@@ -14,0 +15,0 @@ if (samplesQuantileThreshold < 1) {

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.compare = exports.formatNumber = exports.medianAbsoluteDeviation = exports.median = exports.variance = exports.mean = exports.quantile = exports.sort = void 0;
function sort(arr) {

@@ -11,0 +12,0 @@ return [...arr].sort((a, b) => a - b);

@@ -7,3 +7,3 @@ {

},
"version": "4.0.0-beta5",
"version": "4.0.0-beta6",
"description": "Best Analyzer",

@@ -19,3 +19,3 @@ "keywords": [

],
"gitHead": "f42d23b357331db3b065cb25c610292aade7a43a"
"gitHead": "507944746c1a9ef9187093f8b93b01c8e46669dc"
}
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