🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

birpc

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

birpc - npm Package Compare versions

Comparing version
2.6.0
to
2.6.1
+5
-5
package.json
{
"name": "birpc",
"type": "module",
"version": "2.6.0",
"version": "2.6.1",
"description": "Message based Two-way remote procedure call",

@@ -9,9 +9,9 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/birpc#readme",
"homepage": "https://github.com/antfu-collective/birpc#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/birpc.git"
"url": "git+https://github.com/antfu-collective/birpc.git"
},
"bugs": {
"url": "https://github.com/antfu/birpc/issues"
"url": "https://github.com/antfu-collective/birpc/issues"
},

@@ -52,3 +52,3 @@ "keywords": [

"lint": "eslint .",
"release": "bumpp && pnpm publish",
"release": "bumpp",
"start": "tsx src/index.ts",

@@ -55,0 +55,0 @@ "typecheck": "tsc --noEmit",