New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elysia-msgpack

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia-msgpack - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

21

package.json
{
"name": "elysia-msgpack",
"version": "0.0.3",
"version": "0.0.4",
"description": "The library for elysia which allows you to work with MessagePack. To pack/unpack it, we use really fast msgpackr",
"homepage": "https://github.com/kravetsone/elysia-msgpack",
"module": "src/index.js",
"type": "module",
"main": "src/index.js",
"keywords": [
"elysia",
"bun",
"msgpack",
"messagepack",
"perfomance",
"serialize",
"deserialize",
"encode",
"decode",
"pack",
"unpack",
"json",
"binary"
],
"scripts": {

@@ -8,0 +23,0 @@ "prepublishOnly": "tsc",

4

README.md
# elysia-msgpack
A library for [elysia](elysia) which allows you to work with [MessagePack](https://msgpack.org). To pack/unpack it, we use really fast [msgpackr](https://github.com/kriszyp/msgpackr)
The library for [elysia](elysia) which allows you to work with [MessagePack](https://msgpack.org). To pack/unpack it, we use really fast [msgpackr](https://github.com/kriszyp/msgpackr)

@@ -8,3 +8,3 @@ ## Installation

```bash
bun i elysia-msgpack
bun install elysia-msgpack
```

@@ -11,0 +11,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc