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

protoc-gen-grpc-gateway-es

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protoc-gen-grpc-gateway-es - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

8

dist/index.js

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

// src/helpers.ts
var protoCamelCase = function(snakeCase) {
function protoCamelCase(snakeCase) {
let capNext = false;

@@ -917,3 +917,3 @@ const b = [];

return b.join("");
};
}
var getOpenapiMessageOption = (message) => {

@@ -1044,3 +1044,3 @@ const option = findCustomMessageOption(message, 1042, Schema);

if (googleapisHttpMethodOption.body && googleapisHttpMethodOption.body !== "*") {
bodyPath = googleapisHttpMethodOption.body;
bodyPath = protoCamelCase(googleapisHttpMethodOption.body);
}

@@ -1452,3 +1452,3 @@ }

type: "module",
version: "0.1.5"
version: "0.1.6"
};

@@ -1455,0 +1455,0 @@

@@ -40,3 +40,3 @@ {

"type": "module",
"version": "0.1.5"
"version": "0.1.6"
}
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