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.7 to 0.0.8

__tests__/codegen.test.ts

7

dist/codegen.d.ts

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

#!/usr/bin/env node
export {};
export declare function codegen({ protoFiles, includePaths, outputDirectory, }: {
protoFiles: Array<string>;
includePaths: Array<string>;
outputDirectory: string;
}): Promise<void>;
{
"name": "@replit/river-codegen",
"description": "codegenning river from grpc",
"version": "0.0.7",
"version": "0.0.8",
"bin": {
"river-codegen": "./dist/codegen.js"
"river-codegen": "./dist/cli.js"
},

@@ -24,6 +24,7 @@ "files": [

"scripts": {
"codegen": "tsx ./codegen.ts",
"codegen": "tsx ./src/cli.ts",
"build": "tsc -p tsconfig.json",
"test": "vitest",
"release": "npm publish --access public"
}
}
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