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.4.0 to 0.4.1

dist/browser/index.js

12

package.json

@@ -6,11 +6,11 @@ {

"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"packageManager": "bun@1.1.3",
"types": "./src/index.d.ts",
"main": "./src/index.mjs",
"browser": "./src/index.mjs",
"browser": "./dist/browser/index.js",
"exports": {
"types": "./src/index.d.ts",
"import": "./src/index.mjs",
"browser": "./src/index.mjs"
"browser": "./dist/browser/index.js"
},

@@ -34,6 +34,7 @@ "description": "cross javascript runtime benchmarking library",

"files": [
"src"
"src",
"dist"
],
"scripts": {
"prepare": "bun run prepare.mjs",
"prepare": "bun run prepare.ts",
"format": "biome format . --write",

@@ -45,2 +46,3 @@ "lint": "biome lint .",

"check:ci": "biome ci .",
"bundle": "bun run bundle.ts",
"test:node": "node tests/test.js",

@@ -47,0 +49,0 @@ "test:deno": "deno run -A tests/test.js && deno run -A tests/test.ts",

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

...
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.4.0/src/index.mjs'
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.4.1/dist/browser/index.js'
</script>

@@ -78,0 +78,0 @@ ```

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