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

@freestyle-sh/fdev

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freestyle-sh/fdev

Project-local fdev authoring API and runtime daemon package.

latest
Source
npmnpm
Version
0.1.7
Version published
Weekly downloads
8
14.29%
Maintainers
3
Weekly downloads
 
Created
Source

@freestyle-sh/fdev

Project-local fdev authoring API and runtime daemon package.

Configs should import authoring helpers from this package:

import { env, workflow } from "@freestyle-sh/fdev";

Task handlers receive runtime.log(message, options) for structured step logs. Those events stream over the runtime run session and are rendered by interactive hosts such as the fdev terminal run timeline. Provider VM commands can also report incremental stdout/stderr through ExecOptions.onOutput; the runtime forwards those chunks over the same run session and falls back to buffered command output when a provider cannot stream.

Local hosts start the project daemon through the fdev-project-runtime binary installed by this package.

FAQs

Package last updated on 12 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts