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

@replit/river-codegen

Package Overview
Dependencies
Maintainers
30
Versions
31
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.15 to 0.0.16

6

dist/codegen.js

@@ -1,2 +0,2 @@

import { mkdir, mkdtemp, readFile, rm, writeFile, } from "fs/promises";
import { mkdir, mkdtemp, readFile, rm, writeFile } from "fs/promises";
import { tmpdir } from "os";

@@ -260,3 +260,3 @@ import * as nodePath from "path";

chunks.push(`type: 'upload',`);
chunks.push(`async handler(_ctx: unknown, msgStream: unknown) {`);
chunks.push(`async handler(_ctx: unknown, _msgStream: unknown) {`);
chunks.push(` // This is a stub declared in gRPC`);

@@ -268,3 +268,3 @@ chunks.push(' return Err({ code: "UNCAUGHT_ERROR", message: "Unimplemented" });');

chunks.push(`type: 'rpc',`);
chunks.push(`async handler(_ctx, msg) {`);
chunks.push(`async handler(_ctx, _msg) {`);
chunks.push(` // This is a stub declared in gRPC`);

@@ -271,0 +271,0 @@ chunks.push(' return Err({ code: "UNCAUGHT_ERROR", message: "Unimplemented" });');

{
"name": "@replit/river-codegen",
"description": "codegenning river from grpc",
"version": "0.0.15",
"version": "0.0.16",
"type": "module",

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

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