Socket
Socket
Sign inDemoInstall

tatami-ng

Package Overview
Dependencies
Maintainers
1
Versions
44
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.3.2 to 0.3.3

8

package.json

@@ -6,4 +6,4 @@ {

"license": "MIT",
"version": "0.3.2",
"packageManager": "bun@1.1.2",
"version": "0.3.3",
"packageManager": "bun@1.1.3",
"types": "./src/cli.d.ts",

@@ -44,4 +44,4 @@ "main": "./src/cli.mjs",

"@biomejs/biome": "^1.6.4",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@release-it/bumper": "^6.0.1",

@@ -48,0 +48,0 @@ "@release-it/keep-a-changelog": "^5.0.0",

@@ -17,2 +17,10 @@ <h1 align=center>tatami-ng</h1>

- API backward compatible with [mitata](https://github.com/evanwashere/mitata) ✔
- Benchmark latency and throughput ✔
- Support for sync and async benchmark ✔
- Advanced benchmark statistics report: significance, error margin, variance,
standard deviation, p-quantiles, ... ✔
- Zero cost abstraction support for multiple JS runtime ✔
- Support for ESM and TypeScript ✔
## Install

@@ -51,3 +59,3 @@

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

@@ -80,3 +88,3 @@ ```

colors: true, // enable/disable colors (default: true)
samples: 385, // minimum number of benchmark samples (default: 385)
samples: 128, // minimum number of benchmark samples (default: 128)
time: 1_000_000_000, // minimum benchmark time in nanoseconds (default: 1_000_000_000)

@@ -95,3 +103,4 @@ avg: true, // enable/disable time (avg) column (default: true)

The JavaScript runtime environment used for development is Bun.
The JavaScript runtime environment used for development is
[bun](https://bun.sh/).

@@ -98,0 +107,0 @@ ## License

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc