Socket
Socket
Sign inDemoInstall

tatami-ng

Package Overview
Dependencies
1
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.4 to 0.4.0

src/benchmark.mjs

23

package.json

@@ -6,14 +6,21 @@ {

"license": "MIT",
"version": "0.3.4",
"version": "0.4.0",
"packageManager": "bun@1.1.3",
"types": "./src/cli.d.ts",
"main": "./src/cli.mjs",
"browser": "./src/cli.mjs",
"types": "./src/index.d.ts",
"main": "./src/index.mjs",
"browser": "./src/index.mjs",
"exports": {
"types": "./src/cli.d.ts",
"import": "./src/cli.mjs",
"browser": "./src/cli.cjs"
"types": "./src/index.d.ts",
"import": "./src/index.mjs",
"browser": "./src/index.mjs"
},
"description": "cross javascript runtime benchmarking library",
"homepage": "https://github.com/poolifier/tatami-ng#readme",
"keywords": [
"benchmark",
"browser",
"bun",
"deno",
"node"
],
"bugs": {

@@ -43,3 +50,3 @@ "url": "https://github.com/poolifier/tatami-ng/issues"

"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@biomejs/biome": "^1.7.0",
"@commitlint/cli": "^19.2.2",

@@ -46,0 +53,0 @@ "@commitlint/config-conventional": "^19.2.2",

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

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

@@ -83,2 +83,3 @@ ```

```js
// adapt import to the targeted JS runtime
import { baseline, bench, clear, group, run } from 'tatami-ng';

@@ -85,0 +86,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc