@posaune0423/uuid256@0.1.3Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
posaune0423/uuid256uuid256: UUID v7 canonical ↔ uint256 bridge (lower 128 bits)
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
2 months ago (0.1.3)
{ "name": "@posaune0423/uuid256", "description": "uuid256: UUID canonical ↔ uint256 bridge (lower 128 bits)", "version": "0.1.3", "tasks": { "dev": "deno run --watch src/mod.ts" }, "imports": { "@deno/dnt": "jsr:@deno/dnt@^0.42.3", "@std/assert": "jsr:@std/assert@^1.0.14", "@std/expect": "jsr:@std/expect@^1.0.17", "@std/testing": "jsr:@std/testing@^1.0.15", "@std/uuid": "jsr:@std/uuid@^1.0.9" }, "exclude": [ "coverage", "node_modules" ], "exports": "./src/mod.ts", "publish": { "exclude": [ "npm", "coverage", "node_modules", "scripts", "tests" ] } }