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.3 to 0.3.4

2

package.json

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

"license": "MIT",
"version": "0.3.3",
"version": "0.3.4",
"packageManager": "bun@1.1.3",

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

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

[![Npm Weekly Downloads](https://badgen.net/npm/dw/tatami-ng?icon=npm)](https://www.npmjs.com/package/tatami-ng)
[![JSR Version](https://jsr.io/badges/@poolifier/tatami-ng)](https://jsr.io/@poolifier/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)

@@ -23,3 +24,3 @@ [![PRs Welcome](https://badgen.net/static/PRs/welcome/green)](https://makeapullrequest.com)

standard deviation, p-quantiles, ... ✔
- Zero cost abstraction support for multiple JS runtime ✔
- Zero cost abstraction for multiple JS runtime support ✔
- Support for ESM and TypeScript ✔

@@ -31,2 +32,4 @@

#### npmjs
```shell

@@ -36,6 +39,12 @@ npm install tatami-ng

#### JSR
```shell
npx jsr add @poolifier/tatami-ng
```
### Deno
```shell
deno add npm:tatami-ng
deno add @poolifier/tatami-ng
```

@@ -50,2 +59,4 @@

#### npmjs
```shell

@@ -55,2 +66,8 @@ bun add tatami-ng

#### JSR
```shell
bunx jsr add @poolifier/tatami-ng
```
Bun versions >= 1.x are supported.

@@ -64,3 +81,3 @@

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

@@ -67,0 +84,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

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