Socket
Socket
Sign inDemoInstall

@grpc/proto-loader

Package Overview
Dependencies
31
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.10 to 0.7.11

2

build/bin/proto-loader-gen-types.js

@@ -135,3 +135,3 @@ #!/usr/bin/env node

}
return `import type { ${importedTypes} } from '${filePath}';`;
return `import type { ${importedTypes} } from '${filePath}.ts';`;
}

@@ -138,0 +138,0 @@ function getChildMessagesAndEnums(namespace) {

{
"name": "@grpc/proto-loader",
"version": "0.7.10",
"version": "0.7.11",
"author": "Google Inc.",

@@ -5,0 +5,0 @@ "contributors": [

@@ -117,4 +117,4 @@ # gRPC Protobuf Loader

import * as protoLoader from '@grpc/proto-loader';
import { ProtoGrpcType } from './proto/example';
import { ExampleHandlers } from './proto/example_package/Example';
import type { ProtoGrpcType } from './proto/example.ts';
import type { ExampleHandlers } from './proto/example_package/Example.ts';

@@ -121,0 +121,0 @@ const exampleServer: ExampleHandlers = {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc