New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@raisenow/solution-embed

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raisenow/solution-embed

Embed your RaiseNow donation or payment form directly on your website using the component provided by this package, and provide a more integrated and customized supporter experience.

latest
npmnpm
Version
1.2.1
Version published
Weekly downloads
130
381.48%
Maintainers
5
Weekly downloads
 
Created
Source

Solution Embed

Embed your RaiseNow donation or payment form directly on your website using the component provided by this package, and provide a more integrated and customized supporter experience.

See the KnowledgeBase article for more details.

Usage examples

Add some styles for the container:

<style>
  .cont {
    width: 100%;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    max-width: max(352px, 580px);
  }
</style>

Web component

<script
  type="module"
  src="https://cdn.jsdelivr.net/npm/@raisenow/solution-embed/dist/index.js"
></script>

<div id="cont-01" class="cont">
  <rnw-solution-embed url="https://paylink-stage.raisenow.io/xtpqk">
  </rnw-solution-embed>
</div>

Imperative API

<div id="cont-02" class="cont"></div>
<script type="module">
  import {SolutionEmbed} from 'https://cdn.jsdelivr.net/npm/@raisenow/solution-embed/dist/index.js'

  SolutionEmbed.render('#cont-02', {
    url: 'https://paylink-stage.raisenow.io/xtpqk',
  })
</script>

FAQs

Package last updated on 01 Dec 2025

Did you know?

Socket

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.

Install

Related posts