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.0 to 0.3.1

4

package.json

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

"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"packageManager": "bun@1.1.2",

@@ -52,3 +52,3 @@ "types": "./src/cli.d.ts",

"prettier": "^3.2.5",
"release-it": "^17.1.1"
"release-it": "^17.2.0"
},

@@ -55,0 +55,0 @@ "peerDependencies": {

@@ -50,3 +50,3 @@ <h1 align=center>tatami-ng</h1>

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

@@ -79,8 +79,8 @@ ```

colors: true, // enable/disable colors (default: true)
samples: 128, // minimum number of benchmark samples (default: 128)
time: 600_000_000, // minimum benchmark time in nanoseconds (default: 600_000_000)
samples: 385, // minimum number of benchmark samples (default: 385)
time: 1_000_000_000, // minimum benchmark time in nanoseconds (default: 1_000_000_000)
avg: true, // enable/disable time (avg) column (default: true)
iter: true, // enable/disable iter/s column (default: true)
avg: true, // enable/disable time (avg) column (default: true)
rmoe: true, // enable/disable error margin column (default: true)
min_max: true, // enable/disable (min...max) column (default: true)
rmoe: true, // enable/disable error margin column (default: true)
percentiles: false, // enable/disable percentile columns (default: true)

@@ -87,0 +87,0 @@ });

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