🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@czap/canonical

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@czap/canonical - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+6
-6
package.json
{
"name": "@czap/canonical",
"version": "0.4.0",
"version": "0.4.1",
"description": "Self-contained bytes kernel: RFC 8949 §4.2.1 CBOR, FNV-1a labels, sync `AddressedDigest` (no Effect/spine in-package)",

@@ -9,7 +9,7 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/heyoub/LiteShip",
"url": "https://github.com/freebatteryfactory/LiteShip",
"directory": "packages/canonical"
},
"bugs": "https://github.com/heyoub/LiteShip/issues",
"homepage": "https://github.com/heyoub/LiteShip#readme",
"bugs": "https://github.com/freebatteryfactory/LiteShip/issues",
"homepage": "https://github.com/freebatteryfactory/LiteShip#readme",
"keywords": [

@@ -40,6 +40,6 @@ "czap",

"@noble/hashes": "^1.8.0",
"@czap/error": "0.4.0"
"@czap/error": "0.4.1"
},
"engines": {
"node": ">=22.0.0"
"node": ">=22.13.0"
},

@@ -46,0 +46,0 @@ "publishConfig": {

@@ -35,3 +35,3 @@ # @czap/canonical

This package is a standalone leaf — it carries no `@czap/core`, no Effect, and no spine imports, which is exactly why upstream and WASM-side code can address content without dragging in the full graph. `@czap/core` re-anchors `ContentAddress` / `IntegrityDigest` to spine brands at its own boundary (ADR-0012); here they are kept local. See the [package surfaces map](https://github.com/heyoub/LiteShip/blob/main/PACKAGE-SURFACES.md) for the full layout.
This package is a standalone leaf — it carries no `@czap/core`, no Effect, and no spine imports, which is exactly why upstream and WASM-side code can address content without dragging in the full graph. `@czap/core` re-anchors `ContentAddress` / `IntegrityDigest` to spine brands at its own boundary (ADR-0012); here they are kept local. See the [package surfaces map](https://github.com/freebatteryfactory/LiteShip/blob/main/PACKAGE-SURFACES.md) for the full layout.

@@ -44,9 +44,9 @@ ## If encoding throws

- [Getting started](https://github.com/heyoub/LiteShip/blob/main/GETTING-STARTED.md)
- [ADR-0013 — the canonical package](https://github.com/heyoub/LiteShip/blob/main/docs/adr/0013-canonical-package.md) — why the bytes kernel is a standalone leaf
- [Glossary](https://github.com/heyoub/LiteShip/blob/main/GLOSSARY.md) — the vocabulary used above
- [API reference](https://github.com/heyoub/LiteShip/tree/main/docs/api/canonical/src/) — generated from source
- [Getting started](https://github.com/freebatteryfactory/LiteShip/blob/main/GETTING-STARTED.md)
- [ADR-0013 — the canonical package](https://github.com/freebatteryfactory/LiteShip/blob/main/docs/adr/0013-canonical-package.md) — why the bytes kernel is a standalone leaf
- [Glossary](https://github.com/freebatteryfactory/LiteShip/blob/main/GLOSSARY.md) — the vocabulary used above
- [API reference](https://github.com/freebatteryfactory/LiteShip/tree/main/docs/api/canonical/src/) — generated from source
---
Part of [LiteShip](https://github.com/heyoub/LiteShip#readme) — powered by the CZAP engine (Content-Zoned Adaptive Projection), distributed as `@czap/*` packages.
Part of [LiteShip](https://github.com/freebatteryfactory/LiteShip#readme) — powered by the CZAP engine (Content-Zoned Adaptive Projection), distributed as `@czap/*` packages.