@replit/river-codegen
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
9
1
22245
613