![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@hungnm192/swaps-test
Advanced tools
npm i @dexhunterio/swaps
import Swap from '@dexhunterio/swaps'
import '@dexhunterio/swaps/lib/assets/style.css'
...
function App() {
return (
<div>
<Swap {...settings} />
</div>
);
}
Prop | Required? | Type | Default | Description |
---|---|---|---|---|
defaultToken | false | string | - | The default token to be selected. |
width | false | px|% | - | The width of the component. Accepts values in pixels or percentage. |
height | false | px|% | - | The height of the component. Accepts values in pixels or percentage. |
theme | false | dark | light | dark | The theme of the component. Can be either 'dark' or 'light'. |
orderTypes | false | array | ['SWAP', 'LIMIT'] | An array of order types supported by the component. Defaults to 'SWAP' and 'LIMIT'. |
supportedTokens | false | tokenId[] | - | An array of token IDs that are supported for searching. |
partnerName | true | string | - | The name of the partner. This is a required field. |
partnerCode | true | string | - | The code of the partner. This is a required field. |
colors | false | object | - | Supported colors: mainText , subText , background , containers , buttonText , accent . |
className | false | string | - | Custom CSS class for the component. |
style | false | object | - | Inline styles for the component. |
onSwapSuccess | false | (data: any) => void | - | Callback function on successful swap. |
onSwapError | false | (err: any) => void | - | Callback function on swap error. |
selectedWallet | false | SelectedWallet | - | The wallet selected by the user. Accepts one of the specified wallet identifiers. Supported wallets: nami , eternl , flint , gerowallet , typhoncip30 , nufi , lace , vespr , begin , and yoroi . |
inputs | false | string[] | - | Input fields for the component. |
onWalletConnect | false | (data: any) => void | - | Callback function when a wallet is connected. |
FAQs
### How to use library
We found that @hungnm192/swaps-test 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.