
Security News
November CVEs Fell 25% YoY, Driven by Slowdowns at Major CNAs
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.
@moonpay/moonpay-js
Advanced tools
The MoonPay javascript SDK enables you to integrate the MoonPay widget so you can facilitate crypto purchases within your platform.
The MoonPay Web SDK enables you to integrate the MoonPay widget so you can facilitate crypto purchases within your platform.
For detailed integration instructions and further documentation, please visit our Documentation Site.
To install the package, use npm or yarn:
npm install --save @moonpay/moonpay-js
or
yarn add @moonpay/moonpay-js
Before using this package, make sure you have the following:
loadMoonPay function.import { loadMoonPay } from '@moonpay/moonpay-js';
loadMoonPay function to get the constructor for the MoonPayWebSdk.const moonPay = await loadMoonPay();
const widget = moonPay({
flow: 'buy',
environment: 'sandbox',
params: {
apiKey: 'pk_test_123',
},
variant: 'overlay',
});
show method on your instancewidget.show();
FAQs
The MoonPay javascript SDK enables you to integrate the MoonPay widget so you can facilitate crypto purchases within your platform.
The npm package @moonpay/moonpay-js receives a total of 4,540 weekly downloads. As such, @moonpay/moonpay-js popularity was classified as popular.
We found that @moonpay/moonpay-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.