You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

fluxprotocol-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxprotocol-cli - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+11
-3
package.json
{
"name": "fluxprotocol-cli",
"version": "0.0.6",
"version": "0.0.7",
"description": "FLUX CLI - create, dev, build connectors",

@@ -10,3 +10,6 @@ "type": "module",

"main": "./dist/index.js",
"files": ["dist", "README.md"],
"files": [
"dist",
"README.md"
],
"scripts": {

@@ -33,4 +36,9 @@ "build": "tsup src/index.ts --format esm",

},
"keywords": ["flux", "cli", "mcp", "connector"],
"keywords": [
"flux",
"cli",
"mcp",
"connector"
],
"license": "MIT"
}