Socket
Socket
Sign inDemoInstall

tatami-ng

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tatami-ng - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.2.1",
"version": "0.2.2",
"packageManager": "bun@1.1.2",

@@ -9,0 +9,0 @@ "types": "./src/cli.d.ts",

<h1 align=center>tatami-ng</h1>
<h2 align=center>Cross JavaScript runtime benchmarking library</h2>
<div align="center">
[![GitHub commit activity (master)](https://img.shields.io/github/commit-activity/m/poolifier/tatami-ng/master?color=brightgreen&logo=github)](https://github.com/poolifier/tatami-ng/graphs/commit-activity)
[![Npm Version](https://badgen.net/npm/v/tatami-ng?icon=npm)](https://www.npmjs.com/package/tatami-ng)
[![Npm Weekly Downloads](https://badgen.net/npm/dw/tatami-ng?icon=npm)](https://www.npmjs.com/package/tatami-ng)
[![CI Workflow](https://github.com/poolifier/tatami-ng/actions/workflows/ci.yml/badge.svg)](https://github.com/poolifier/tatami-ng/actions/workflows/ci.yml)
[![PRs Welcome](https://badgen.net/static/PRs/welcome/green)](https://makeapullrequest.com)
<!-- [![No Dependencies](<https://badgen.net/static/dependencies/no dependencies/green>)](<https://badgen.net/static/dependencies/no dependencies/green>) -->
</div>
## Install

@@ -37,3 +50,3 @@

...
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.2.1/src/cli.mjs'
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.2.2/src/cli.mjs'
</script>

@@ -67,3 +80,3 @@ ```

samples: 128, // minimum number of benchmark samples (default: 128)
time: 600_000_000 // minimum benchmark time in nanoseconds (default: 600_000_000)
time: 600_000_000, // minimum benchmark time in nanoseconds (default: 600_000_000)
iter: true, // enable/disable iter/s column (default: true)

@@ -70,0 +83,0 @@ avg: true, // enable/disable time (avg) column (default: true)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc