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

@replit/river-codegen

Package Overview
Dependencies
Maintainers
30
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replit/river-codegen - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

./dist/codegen.js

@@ -170,2 +170,4 @@ "use strict";

return "Type.String()";
case ts_proto_descriptors_1.FieldDescriptorProto_Type.TYPE_BYTES:
return "Type.Uint8Array()";
case ts_proto_descriptors_1.FieldDescriptorProto_Type.TYPE_ENUM:

@@ -172,0 +174,0 @@ return `_${trimPackagePrefix(field.typeName)}_EnumType`;

2

dist/cli.js

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

description: "Generate River server type declarations from gRPC service declarations",
version: "0.0.9",
version: "0.0.10",
args: {

@@ -13,0 +13,0 @@ outputDirectory: (0, cmd_ts_1.option)({

@@ -170,2 +170,4 @@ "use strict";

return "Type.String()";
case ts_proto_descriptors_1.FieldDescriptorProto_Type.TYPE_BYTES:
return "Type.Uint8Array()";
case ts_proto_descriptors_1.FieldDescriptorProto_Type.TYPE_ENUM:

@@ -172,0 +174,0 @@ return `_${trimPackagePrefix(field.typeName)}_EnumType`;

{
"name": "@replit/river-codegen",
"description": "codegenning river from grpc",
"version": "0.0.9",
"version": "0.0.10",
"main": "./dist/codegen.js",

@@ -6,0 +6,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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