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

@bunchmark/presentation

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bunchmark/presentation - npm Package Compare versions

Comparing version 1.0.0-pre-7 to 1.0.0-pre-9

src/timeline.js

2

package.json
{
"name": "@bunchmark/presentation",
"version": "1.0.0-pre-7",
"version": "1.0.0-pre-9",
"description": "The Bunchmark data presentation utilities",

@@ -5,0 +5,0 @@ "type": "module",

@@ -0,4 +1,5 @@

export { getBins, getBounds, QNDMedian } from "./src/bins.js"
export { makeHistograms } from "./src/histogram.js"
export { getRanks } from "./src/race.js"
export { prensentStats, scientific } from "./src/text.js"
export { getRanks } from "./src/race.js"
export { getBins, getBounds, QNDMedian } from "./src/bins.js"
export { makeTimelines } from "./src/timeline.js"
// Rudimentary visualisations for the Web
import {scientific, getRanks, getBins} from "../presentation.js"
export { makeHistograms }
import { scientific, getRanks, getBins } from "../presentation.js"
const {log: mlog, max: mmax} = Math
export function histogram(entries, quantiles, _N, target) {
function makeHistograms(entries, quantiles, _N, target) {
const {min,max, N, bins, bounds} = getBins(entries, quantiles)

@@ -7,0 +9,0 @@ const ranks = getRanks(quantiles)

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