
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@iofate/react-coinbase-commerce
Advanced tools
A react component to easily embed a Coinbase Commerce Checkout within your application
A totally rewritten version of https://github.com/coinbase/react-coinbase-commerce in Typescript maintained by IOfate.
A button to embed a Coinbase Commerce checkout or charge directly into your React application.
npm i -S @iofate/react-coinbase-commerce
import { CoinbaseCommerceButton } from '@iofate/react-coinbase-commerce';
import '@iofate/react-coinbase-commerce/esm/index.css';
const App = () => {
return (
<CoinbaseCommerceButton checkoutId={'My checkout ID'}/>
)
};
CoinbaseCommerceButton
componentIn addition to the regular button
props, this component accepts some custom props:
Prop Name | default | required | type |
---|---|---|---|
styled | false | no | boolean |
checkoutId | null | If no chargeId, yes | string |
chargeId | null | If no checkoutId, yes | string |
onLoad | null | no | ()=>void |
onChargeSuccess | null | no | (MessageData)=>void |
onChargeFailure | null | no | (MessageData)=>void |
onPaymentDetected | null | no | (MessageData)=>void |
onModalClosed | null | no | ()=>void |
disableCaching | false | no | boolean |
customMetadata | null | no | string |
Warning: If disableCaching
is set to true
, users that accidentally close their payment windows will be unable to see their transaction's status upon reopening.
FAQs
A react component to easily embed a Coinbase Commerce Checkout within your application
The npm package @iofate/react-coinbase-commerce receives a total of 44 weekly downloads. As such, @iofate/react-coinbase-commerce popularity was classified as not popular.
We found that @iofate/react-coinbase-commerce 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.