Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@connectrpc/connect-express

Package Overview
Dependencies
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectrpc/connect-express - npm Package Compare versions

Comparing version 2.0.0-rc.2 to 2.0.0-rc.3

19

package.json
{
"name": "@connectrpc/connect-express",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"license": "Apache-2.0",

@@ -35,14 +35,15 @@ "repository": {

"devDependencies": {
"@connectrpc/connect-conformance": "^2.0.0-rc.2",
"@connectrpc/connect": "2.0.0-rc.2",
"@connectrpc/connect-node": "2.0.0-rc.2",
"@types/express": "^4.17.18",
"express": "^4.19.2",
"tsx": "^4.19.0"
"@connectrpc/connect-conformance": "^2.0.0-rc.3",
"@connectrpc/connect": "2.0.0-rc.3",
"@connectrpc/connect-node": "2.0.0-rc.3",
"@types/express": "^5.0.0",
"express": "^5.0.1",
"tsx": "^4.19.2"
},
"peerDependencies": {
"express": "^4.18.2 || ^5.0.1",
"@bufbuild/protobuf": "^2.2.0",
"@connectrpc/connect": "2.0.0-rc.2",
"@connectrpc/connect-node": "2.0.0-rc.2"
"@connectrpc/connect": "2.0.0-rc.3",
"@connectrpc/connect-node": "2.0.0-rc.3"
}
}

@@ -74,4 +74,4 @@ # @connectrpc/connect-express

Note that support for gRPC is limited, since many gRPC clients require HTTP/2,
and Express does not support the Node.js `http2` module.
Note that Express does not support the Node.js `http2` module. You can serve the
Connect protocol and gRPC-Web with Express, but not gRPC.

@@ -78,0 +78,0 @@ ## Getting started

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