
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@caldera-labs/api-client
Advanced tools
JavaScript API client for Caldera Forms REST API and Caldera Forms Pro REST API.
🌋 👀 Documentation
npm i @caldera-labs/api-client
Create a form client and use it to get page one of form configs via API
import {wpClientFactory} from '@caldera-labs/api-client';
const formsAdminApiClient = wpClientFactory(
'https://hiroy.club/wp-json/cf-api/v2', //root of Caldera Forms REST API namespace
'12345', //the nonce for REST API cookie authentication
'forms' //type of client to get
);
let forms = [];
formsAdminApiClient(page).then(r => {
forms = r;
}).catch(error => {
console.log(error);
throw error;
});
See: http://calderalabs.org/caldera-api-client/manual/overview.html#usage
We use Facebook Jest for unit tests. Test go in the directory __tests__.
yarn test
Make sure to review the docs on testing requests
yarn build
This script calls a pre, compile, and post subcommands. For consistency, please call other scripts at those three events.
*yarn test
- Run test watcher
npm test:once
yarn flowyarn lint
yarn lint:fix
yarn lint:once
npm run documentation
Must be logged in as project maintainer via npm cli
yarn releaseFAQs
API client for Caldera Forms and Caldera Forms Pro
We found that @caldera-labs/api-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.