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

@batpak/client

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/client - 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/client
NETBAT/1 wire client for [batpak](https://github.com/heyoub/batpak) hosts:
frame writer/reader, a typed error union covering all 12 stable
`NetbatError` codes, and TCP transport via a duck-typed socket interface.
Most applications should install [`@batpak/sdk`](https://www.npmjs.com/package/@batpak/sdk),
which re-exports this package. Install `@batpak/client` directly only when
you want the wire client without the codec, schema, or generated types.
## License
MIT OR Apache-2.0.
+2
-2
{
"name": "@batpak/client",
"version": "0.8.0",
"version": "0.8.2",
"description": "NETBAT/1 frame client. Phase 0: TCP only.",

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

"dependencies": {
"@batpak/canonical": "0.8.0"
"@batpak/canonical": "0.8.2"
},

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