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

@batpak/canonical

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batpak/canonical - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.8.0
to
0.8.2
+13
README.md
# @batpak/canonical
Named-field MessagePack codec for [batpak](https://github.com/heyoub/batpak),
byte-for-byte identical to the Rust `rmp-serde 1.3.1` encoder and
parity-tested against it in CI. Fields follow Rust struct declaration order.
Most applications should install [`@batpak/sdk`](https://www.npmjs.com/package/@batpak/sdk),
which re-exports this package. Install `@batpak/canonical` directly only when
you want the codec without the client, schema, or generated types.
## License
MIT OR Apache-2.0.
+1
-1
{
"name": "@batpak/canonical",
"version": "0.8.0",
"version": "0.8.2",
"description": "Canonical named-field MessagePack codec matching rmp-serde 1.3.1, plus hex helpers for NETBAT framing.",

@@ -5,0 +5,0 @@ "license": "MIT OR Apache-2.0",