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

@batpak/schema

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/schema - 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/schema
Effect 4 Schema bridge for [batpak](https://github.com/heyoub/batpak):
`decodeBytes`/`encodeBytes` wrap the canonical codec with runtime validation,
and `bank.event()` is the authoring API for downstream-only TypeScript event
schemas.
Most applications should install [`@batpak/sdk`](https://www.npmjs.com/package/@batpak/sdk),
which re-exports this package.
## License
MIT OR Apache-2.0.
+2
-2
{
"name": "@batpak/schema",
"version": "0.8.0",
"version": "0.8.2",
"description": "Effect 4 Schema bridge for the BatPAK canonical wire. Runtime parse/encode + bank.event() authoring API.",

@@ -28,3 +28,3 @@ "license": "MIT OR Apache-2.0",

"effect": "4.0.0-beta.78",
"@batpak/canonical": "0.8.0"
"@batpak/canonical": "0.8.2"
},

@@ -31,0 +31,0 @@ "scripts": {