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

@connectrpc/protoc-gen-connect-es

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectrpc/protoc-gen-connect-es - npm Package Compare versions

Comparing version 1.4.0-rc1 to 1.4.0

10

dist/cjs/package.json
{
"name": "@connectrpc/protoc-gen-connect-es",
"version": "1.4.0-rc1",
"version": "1.4.0",
"description": "Code generator for Connect",

@@ -23,8 +23,8 @@ "license": "Apache-2.0",

"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@bufbuild/protoplugin": "^1.6.0"
"@bufbuild/protobuf": "^1.7.2",
"@bufbuild/protoplugin": "^1.7.2"
},
"peerDependencies": {
"@connectrpc/connect": "1.4.0-rc1",
"@bufbuild/protoc-gen-es": "^1.6.0"
"@connectrpc/connect": "1.4.0",
"@bufbuild/protoc-gen-es": "^1.7.2"
},

@@ -31,0 +31,0 @@ "peerDependenciesMeta": {

{
"name": "@connectrpc/protoc-gen-connect-es",
"version": "1.4.0-rc1",
"version": "1.4.0",
"description": "Code generator for Connect",

@@ -23,8 +23,8 @@ "license": "Apache-2.0",

"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@bufbuild/protoplugin": "^1.6.0"
"@bufbuild/protobuf": "^1.7.2",
"@bufbuild/protoplugin": "^1.7.2"
},
"peerDependencies": {
"@connectrpc/connect": "1.4.0-rc1",
"@bufbuild/protoc-gen-es": "^1.6.0"
"@connectrpc/connect": "1.4.0",
"@bufbuild/protoc-gen-es": "^1.7.2"
},

@@ -31,0 +31,0 @@ "peerDependenciesMeta": {

@@ -150,3 +150,14 @@ # @connectrpc/protoc-gen-connect-es

### `ts_nocheck=false`
By default, [protoc-gen-connect-es](https://www.npmjs.com/package/@connectrpc/protoc-gen-connect-es)
(and all other plugins based on [@bufbuild/protoplugin](https://www.npmjs.com/package/@bufbuild/protoplugin))
generate an annotation at the top of each file: `// @ts-nocheck`.
We generate the annotation to support a wide range of compiler configurations
and future changes to the language. But there can be situations where the
annotation shadows an underlying problem, for example an unresolvable import.
To remove the annotation and to enable type checks, set the plugin option
`ts_nocheck=false`.
## Example generated code

@@ -153,0 +164,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