New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

protoc-gen-grpc-gateway-es

Package Overview
Dependencies
Maintainers
1
Versions
15
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.2 to 0.1.3

17

dist/index.js

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

export const asBigIntString: (
value: BigIntString | bigint | number
) => BigIntString = String as any;
value: string | bigint | number
) => BigIntString = (v) => String(BigInt(v)) as BigIntString;

@@ -1411,2 +1411,11 @@ /**

git: "https://github.com/czabaj/protoc-gen-grpc-gateway-es",
repository: {
type: "git",
url: "git+https://github.com/czabaj/protoc-gen-grpc-gateway-es.git"
},
keywords: [
"grpc-gateway",
"protobuf",
"protoc"
],
license: "MIT",

@@ -1417,6 +1426,6 @@ name: "protoc-gen-grpc-gateway-es",

generateOptions: "cd options && bunx buf generate buf.build/googleapis/googleapis && bunx buf generate buf.build/grpc-ecosystem/grpc-gateway && bunx buf generate buf.build/protocolbuffers/wellknowntypes",
release: "bun test && bun run build && bunx release-it"
release: "bunx release-it"
},
type: "module",
version: "0.1.1"
version: "0.1.3"
};

@@ -1423,0 +1432,0 @@

@@ -23,2 +23,11 @@ {

"git": "https://github.com/czabaj/protoc-gen-grpc-gateway-es",
"repository": {
"type": "git",
"url": "git+https://github.com/czabaj/protoc-gen-grpc-gateway-es.git"
},
"keywords": [
"grpc-gateway",
"protobuf",
"protoc"
],
"license": "MIT",

@@ -29,6 +38,6 @@ "name": "protoc-gen-grpc-gateway-es",

"generateOptions": "cd options && bunx buf generate buf.build/googleapis/googleapis && bunx buf generate buf.build/grpc-ecosystem/grpc-gateway && bunx buf generate buf.build/protocolbuffers/wellknowntypes",
"release": "bun test && bun run build && bunx release-it"
"release": "bunx release-it"
},
"type": "module",
"version": "0.1.2"
"version": "0.1.3"
}
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