Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@nautical-commerce/checkout
Advanced tools
This library provides React components and hooks to quickly build a seamless checkout and cart experience for your React application with the Nautical Commerce platform.
This library provides React components and hooks to quickly build a seamless checkout and cart experience for your React application with the Nautical Commerce platform.
You can install the library using either npm or yarn:
npm install @nautical-commerce/checkout
yarn add @nautical-commerce/checkout
The library provides two main components: and .
The component provides a seamless checkout experience. It can be used as follows:
import { Checkout as NauticalCheckout, CheckoutProvider as NauticalCheckoutProvider } from '@nautical-commerce/checkout';
<NauticalCheckoutProvider
currency={currency}
client={client}
isLoggedIn={isLoggedIn}
getClientSecret={getClientSecret}
>
...
<NauticalCheckout
countries={countries}
defaultAddress={defaultAddress}
paymentGateways={paymentGateways}
onPayRedirect={onPayRedirect}
/>
...
</NauticalCheckout Provider>
Checkout Provider
Checkout
FAQs
This library provides React components and hooks to quickly build a seamless checkout and cart experience for your React application with the Nautical Commerce platform.
The npm package @nautical-commerce/checkout receives a total of 0 weekly downloads. As such, @nautical-commerce/checkout popularity was classified as not popular.
We found that @nautical-commerce/checkout demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.