Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libcodegen

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libcodegen - npm Package Compare versions

Comparing version
0.1.57
to
0.1.58
+2
-0
bin/fit-codegen.js
#!/usr/bin/env node
import "@forwardimpact/libpreflight/node22";
import fs, { readFileSync } from "node:fs";

@@ -4,0 +6,0 @@ import fsAsync from "node:fs/promises";

+3
-2
{
"name": "@forwardimpact/libcodegen",
"version": "0.1.57",
"version": "0.1.58",
"description": "Protobuf code generation — keep types in sync with proto definitions without hand-writing.",

@@ -49,2 +49,3 @@ "keywords": [

"@forwardimpact/libcli": "^0.1.0",
"@forwardimpact/libpreflight": "^0.1.0",
"@forwardimpact/libstorage": "^0.1.53",

@@ -63,3 +64,3 @@ "@forwardimpact/libtelemetry": "^0.1.22",

"bun": ">=1.2.0",
"node": ">=18.0.0"
"node": ">=22.0.0"
},

@@ -66,0 +67,0 @@ "publishConfig": {