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

birpc

Package Overview
Dependencies
Maintainers
2
Versions
28
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 0.2.19 to 2.0.19

24

package.json
{
"name": "birpc",
"type": "module",
"version": "0.2.19",
"version": "2.0.19",
"description": "Message based Two-way remote procedure call",

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

"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@types/node": "^22.7.5",
"bumpp": "^9.6.1",
"eslint": "^9.12.0",
"esno": "^4.8.0",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
"@antfu/eslint-config": "^3.12.2",
"@antfu/ni": "^23.2.0",
"@types/node": "^22.10.5",
"bumpp": "^9.9.3",
"eslint": "^9.17.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"unbuild": "^3.2.0",
"vite": "^6.0.7",
"vitest": "^2.1.8"
},

@@ -53,3 +53,3 @@ "scripts": {

"release": "bumpp && pnpm publish",
"start": "esno src/index.ts",
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit",

@@ -56,0 +56,0 @@ "test": "vitest"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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