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.2 to 0.0.3

3

codegen.ts

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

#!/usr/bin/env node
import { mkdtemp, opendir, readFile, rm, stat, writeFile } from "fs/promises";

@@ -406,3 +407,3 @@ import { tmpdir } from "os";

"Generate River server type declarations from gRPC service declarations",
version: "0.0.2",
version: "0.0.3",
args: {

@@ -409,0 +410,0 @@ paths: multioption({

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

#!/usr/bin/env node
export {};

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

#!/usr/bin/env node
"use strict";

@@ -325,3 +326,3 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {

description: "Generate River server type declarations from gRPC service declarations",
version: "0.0.2",
version: "0.0.3",
args: {

@@ -328,0 +329,0 @@ paths: (0, cmd_ts_1.multioption)({

{
"name": "@replit/river-codegen",
"description": "codegenning river from grpc",
"version": "0.0.2",
"version": "0.0.3",
"bin": {

@@ -6,0 +6,0 @@ "river-codegen": "./dist/codegen.js"

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