Socket
Socket
Sign inDemoInstall

tatami-ng

Package Overview
Dependencies
Maintainers
0
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.5.0 to 0.5.1

2

cli.js

@@ -104,3 +104,3 @@ #!/usr/bin/env node

description: 'tatami-ng CLI for running benchmark',
examples: ['--baseline <command> --bench <command> --bench <command>'],
examples: ["--baseline '<command>' --bench '<command>' --bench '<command>'"],
name: 'tatami',

@@ -107,0 +107,0 @@ pkg,

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

"license": "MIT",
"version": "0.5.0",
"version": "0.5.1",
"packageManager": "bun@1.1.18",

@@ -9,0 +9,0 @@ "bin": {

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

- [Bun](#bun-1)
- [Deno](#deno-1)
<!-- - [Deno](#deno-1) -->
- [CLI standalone binary](#cli-standalone-binary)
- [CLI usage examples](#cli-usage-examples)

@@ -95,3 +96,3 @@ - [Development](#development)

...
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.5.0/dist/browser/index.js'
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.5.1/dist/browser/index.js'
</script>

@@ -163,14 +164,29 @@ ```

### Deno
Ensure the global installation directory is in your path:
- Unix: `${HOME}/.bun/bin`
- Windows: TODO
<!-- ### Deno -->
## CLI standalone binary
In the cloned repository root directory, run:
```shell
deno install --allow-sys --allow-read --allow-hrtime --name tatami https://esm.sh/jsr/@poolifier/tatami-ng/cli.js
deno compile --allow-read --allow-run --allow-sys --allow-hrtime --output=tatami ./cli.js
```
The standalone binary can be moved to a directory in your path.
## CLI usage examples
```shell
tatami 'hexdump <file>' 'xxd <file>'
tatami --help
```
```shell
tatami --bench 'hexdump <file>' --bench 'xxd <file>'
```
## Development

@@ -177,0 +193,0 @@

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