
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@requestnetwork/create-request-form
Advanced tools
This package offers a Web Component for integrating the Request Network's Create Request Form into web applications. It is built using Svelte but compiled to a Web Component, making it usable in any web environment, regardless of the framework
To install the component, use npm:
npm install @requestnetwork/create-request-form
This command adds the create request form component to your project, allowing for easy integration into any web application.
Import the component into your JavaScript or TypeScript file:
import '@requestnetwork/create-request-form'
Then, you can use the component directly in your HTML:
<create-request-form config={config} requestNetwork={requestNetworkInstance} signer={walletAccount} />
After installing, import and use the component directly in your Svelte files:
<script>
import CreateRequestForm from '@requestnetwork/create-request-form';
</script>
<CreateRequestForm />
To use in a React application, ensure the component is included in your project:
import '@requestnetwork/create-request-form'
Then use it like any other React component:
export default function App() {
return <create-request-form></create-request-form>;
}
For use in projects without a build process, include the component via script tag, either locally or from a CDN:
<script src="./node_modules/@requestnetwork/create-request-form/dist/index.js" defer></script>
<!-- or from a CDN -->
<script src="https://unpkg.com/@requestnetwork/create-request-form" defer></script>
<create-request-form></create-request-form>
For more detailed information on using the Request Network and custom configurations, refer to the official Request Network documentation.
FAQs
## Introduction
We found that @requestnetwork/create-request-form demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.