Socket
Socket
Sign inDemoInstall

@grpc/proto-loader

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grpc/proto-loader - npm Package Compare versions

Comparing version 0.6.0-pre6 to 0.6.0-pre7

4

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

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

function getPath(to) {
return stripLeadingPeriod(to.fullName).replace(/\./g, '/') + '.d.ts';
return stripLeadingPeriod(to.fullName).replace(/\./g, '/') + '.ts';
}

@@ -582,3 +582,3 @@ function getRelativeImportPath(from, to) {

root.resolveAll();
writeFilesForRoot(loadedRoot, path.basename(filename).replace('.proto', '.d.ts'), options);
writeFilesForRoot(loadedRoot, path.basename(filename).replace('.proto', '.ts'), options);
}

@@ -585,0 +585,0 @@ }

{
"name": "@grpc/proto-loader",
"version": "0.6.0-pre6",
"version": "0.6.0-pre7",
"author": "Google Inc.",

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

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