Socket
Socket
Sign inDemoInstall

beautify-benchmark

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

3

index.js

@@ -48,5 +48,6 @@ exports.add = add

var element = exports.store[i]
if (element && element.name && element.name == name)
if (element.name && element.name == name) {
bench = element
break
}
}

@@ -53,0 +54,0 @@ return bench ? (bench.hz.toFixed(bench.hz < 100 ? 2 : 0) / ops_top) * 100 : 0

{
"name": "beautify-benchmark",
"version": "0.2.1",
"version": "0.2.2",
"description": "Beautify Benchmark.js's output into readable form.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc