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
0
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.2.1 to 0.2.2

3

dist/index.js

@@ -203,4 +203,5 @@ #!/usr/bin/env node

function generateEnum(schema, f, enumeration) {
const enumName = [enumeration.parent?.name, enumeration.name].filter(Boolean).join("_");
f.print(f.jsDoc(enumeration));
f.print(`export enum ${enumeration.name} {`);
f.print(`export enum ${enumName} {`);
for (const value of enumeration.values) {

@@ -207,0 +208,0 @@ if (enumeration.values.indexOf(value) > 0)

@@ -43,3 +43,3 @@ {

"type": "module",
"version": "0.2.1"
"version": "0.2.2"
}
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