Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-56b3b4.svg)](https://github.com/prettier/prettier) [![npm version](https://img.shields.io/npm/v/reblocks.svg)](https://www.npmjs.org/package/reblocks) [![CircleCI](https://circleci
A React wrapper around the Brainblocks payment button that makes it simple to start taking Raiblocks payments in React projects.
Demo: goldcaddy77.github.io/reblocks
yarn add reblocks
import { ReblocksPayment } from 'reblocks';
const onSuccess = (data: PaymentResponse) => {
console.log('Got transaction token', data.token);
};
const Button = (
<ReblocksPayment
accountId="xrb_3ritoyx4zcixshfbezg4aycb49xbupw9ggink1rfm43tm6uh87t4ifuxg5dm"
amount={200000}
onPaymentSuccess={onSuccess}
/>
);
To initiate a payment, use the ReblocksPayment
component. The ReblocksPayment
takes in the following props:
accountId
{string} account to send funds toamount
{string} ammount of rai
to send (Note: 1 rai = 1/1,000,000 XRB)onPaymentSuccess
{function} function to run on successful payment. This is passed { token: 'TOKEN'}Link to demo
To display the current value of XRB in a fiat currency, use the ReblocksFiatConversion
component. The
ReblocksFiatConversion
takes in the following props:
currency
{currency} 3 digit fiat currency you want to display the current value of 1 XRBLink to demo
If you like this project and want to help support future development, test it out by buying me a 🍺: xrb_3ritoyx4zcixshfbezg4aycb49xbupw9ggink1rfm43tm6uh87t4ifuxg5dm
PRs accepted. Note that code uses prettier.
MIT © Dan Caddigan
FAQs
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-56b3b4.svg)](https://github.com/prettier/prettier) [![npm version](https://img.shields.io/npm/v/reblocks.svg)](https://www.npmjs.org/package/reblocks) [![CircleCI](https://circleci
We found that reblocks 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.