
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@wpeform/react
Advanced tools
React SDK for WPEForm.io, a headless drag and drop form builder for WordPress.
Next generation Drag and Drop Live Form Builder with payments, cost estimation, landing page, quizzes, personality tests, surveys, data collection and user feedback of all kinds. Create smarter & faster forms right inside WordPress.
WPEForm is the first of its kind, a WordPress Form Builder with Headless mode. The Plugin was written with JAMStack in mind. The backend is powered by a GraphQL API and the form itself is a TypeScript/React application.
So it is totally possible to create your form in your WordPress website and render it in some other React application.
This SDK includes all the necessary libraries needed to render WPEForms. All important libraries are kept as peer dependencies so you can use the same ones alongside your app.
The library comes with full typescript typings. So you get first-class editor support.
First follow the guidelines here to make sure you have enabled Headless Mode in WPEForm.
Now install this along with it's peer dependencies.
npx install-peerdeps @wpeform/react
This will install @wpeform/react
along with needed peer dependencies. If you
want to manually install, then here's the command:
npm install @wpeform/react \
react \
react-dom \
react-is \
react-latex-next \
styled-components \
query-string \
@fortawesome/fontawesome-svg-core \
@fortawesome/free-brands-svg-icons \
@fortawesome/free-regular-svg-icons \
@fortawesome/free-solid-svg-icons \
@fortawesome/react-fontawesome \
@apollo/client \
@react-spring/web \
zustand \
@use-gesture/react
As you can see, react
and react-dom
are kept as peers along with important
libraries which you are probably using yourself.
Please see our official documentation for updated instruction on usage.
All files included in this repository are licensed under GPL-3.0 license.
This cannot be changed because dependencies used by this repository are also GPL-2.0 or later, especially the packed
@wordpress
dependencies. I may in future release the components library with MIT, but for now, this is the only package with everything.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
FAQs
React SDK for WPEForm.io, a headless drag and drop form builder for WordPress.
The npm package @wpeform/react receives a total of 2 weekly downloads. As such, @wpeform/react popularity was classified as not popular.
We found that @wpeform/react 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.