
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@formcentric/utils
Advanced tools
A utility library for Formcentric applications, providing frontend tooling for applications using Formcentric forms.
npm install @formcentric/utils
# or
yarn add @formcentric/utils
# or
pnpm i @formcentric/utils
The library provides a comprehensive theme management system for Formcentric themes.
The library provides a CLI tool for theme management:
# Create a new theme
pnpm fc-utils-themes create
# Update existing themes
pnpm fc-utils-themes update
# Reset themes to their default state
pnpm fc-utils-themes reset
# Generate theme list
pnpm fc-utils-themes list
# Show help
pnpm fc-utils-themes --help
You can also use the theme management library programmatically:
import { create, update, reset, generateThemeList, prebuild, ThemeType } from '@formcentric/utils/themes'
// Create a new theme
await create()
// Update existing themes
await update()
// Reset themes to their default state
await reset()
// Generate theme list
await generateThemeList()
// Prebuild themes for production
await prebuild()
The library provides Vite plugins for building and watching Formcentric Themes during local development:
import { fcThemeBuilder, fcThemeWatcher, fcIIFE } from '@formcentric/utils/themes'
// In your vite.config.ts
export default defineConfig({
plugins: [fcThemeBuilder(), fcThemeWatcher(), fcIIFE()],
})
The theme management system is configurable through a configuration file. The default configuration includes:
UNLICENSED - Proprietary software by Formcentric
Formcentric
FAQs
Formcentric utility library providing frontend tooling.
We found that @formcentric/utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.