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

to
0.1.0

83

package.json
{
"name": "elysia-msgpack",
"version": "0.0.5",
"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",
"main": "src/index.js",
"keywords": [
"elysia",
"bun",
"msgpack",
"messagepack",
"perfomance",
"serialize",
"deserialize",
"encode",
"decode",
"pack",
"unpack",
"json",
"binary"
],
"scripts": {
"prepublishOnly": "tsc",
"dev": "bun run --watch src/index.ts",
"lint": "eslint \"src/**/*.{ts,tsx,js,mjs,cjs}\"",
"lint:fix": "eslint \"src/**/*.{ts,tsx,js,mjs,cjs}\" --fix"
},
"dependencies": {
"msgpackr": "^1.10.0"
},
"peerDependencies": {
"elysia": "^0.8.0"
},
"devDependencies": {
"bun-types": "latest",
"elysia": "^0.8.3",
"eslint": "8.51",
"eslint-kit": "10.0",
"prettier": "^3.1.1"
},
"files": [
"dist"
]
"name": "elysia-msgpack",
"version": "0.1.0",
"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",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"elysia",
"bun",
"msgpack",
"messagepack",
"perfomance",
"serialize",
"deserialize",
"encode",
"decode",
"pack",
"unpack",
"json",
"binary"
],
"scripts": {
"prepublishOnly": "tsc",
"dev": "bun run --watch src/index.ts",
"lint": "bunx @biomejs/biome check ./src",
"lint:fix": "bun lint --apply"
},
"dependencies": {
"msgpackr": "^1.10.1"
},
"peerDependencies": {
"elysia": "^0.8.0"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"bun-types": "latest",
"elysia": "^0.8.16"
},
"files": [
"dist"
]
}