
Product
Unify Your Security Stack with Socket Basics
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
@goatlab/fluent-formio
Advanced tools
A fluent query interface connector for Form.io that provides a type-safe, consistent API for CRUD operations with Form.io data sources.
npm install @goatlab/fluent-formio
# or
yarn add @goatlab/fluent-formio
# or
pnpm add @goatlab/fluent-formio
import { FormioConnector } from '@goatlab/fluent-formio'
// Create a connector instance
const userConnector = new FormioConnector({
baseEndPoint: 'https://api.form.io/project/users',
token: 'your-formio-jwt-token'
})
// Perform CRUD operations
const user = await userConnector.insert({
data: {
name: 'John Doe',
email: 'john@example.com'
}
})
const users = await userConnector.findMany({
where: { 'data.status': 'active' },
limit: 10
})
For comprehensive documentation, see the Form.io Connector Guide.
MIT
FAQs
Readable query Interface & API generator for TS and Node
The npm package @goatlab/fluent-formio receives a total of 65 weekly downloads. As such, @goatlab/fluent-formio popularity was classified as not popular.
We found that @goatlab/fluent-formio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
Product
Socket is launching experimental protection for the Hugging Face ecosystem, scanning for malware and malicious payload injections inside model files to prevent silent AI supply chain attacks.
Research
/Security News
The Socket Threat Research Team uncovered a coordinated campaign that floods the Chrome Web Store with 131 rebranded clones of a WhatsApp Web automation extension to spam Brazilian users.