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

2

package.json

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

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

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

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

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

@@ -67,2 +67,3 @@ ```

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

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

@@ -38,2 +38,3 @@ export function group(cb: () => void): void;

samples?: number;
time?: number;
avg?: boolean;

@@ -40,0 +41,0 @@ iter?: boolean;

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