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-10 to 1.0.0-pre-11

2

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

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

@@ -7,3 +7,3 @@ // Rudimentary visualisations for the Web

const {log: mlog, max: mmax} = Math
export function makeHistograms(entries, quantiles, target) {
function makeHistograms(entries, quantiles, target) {
const margin = 30;

@@ -10,0 +10,0 @@ const totalWidth = Number(target.clientWidth)

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