Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@gnosis.pm/dutchx-verification-react
Advanced tools
Frontend verification React component for DutchX Protocol
Simple package for keeping all DutchX Protocol related verification required across multiple projects in one repo.
Install
npm i @gnosis.pm/dutchx-verification
Using - 2 options
Type: curried function
DutchXVerificationHOC(ReactComponent<any>)(LOCALFORAGE_VERIFICATION_SETTINGS_KEYNAME, LOCALFORAGE_COOKIES_SETTINGS_KEYNAME, VerificationModalProps)
ReactComponent
: any react component
LOCALFORAGE_VERIFICATION_SETTINGS_KEYNAME
: string name wishing to save modal verification settings under in browser local database
LOCALFORAGE_COOKIES_SETTINGS_KEYNAME
: string name wishing to save modal cookies settings under in browser local database
VerificationModalProps
: object of additional props to pass into verification modal to overwrite default props (see below)
// inside top level App.jsx for example
import React from 'react'
import { DutchXVerificationHOC } from '@gnosis.pm/dutchx-verification-react'
import AppOnlineStatusBar from './components/display/AppOnlineStatus'
import Home from './components/display/Home'
import StateProvider from './components/StateProvider'
import { LOCALFORAGE_KEYS } from './globals'
const App = () => (
<StateProvider>
<AppOnlineStatusBar />
<Home />
</StateProvider>
)
export default DutchXVerificationHOC(App)('MyProject_VerificationSettings', 'MyProject_CookieSettings')
This is a new, WIP package so please report any issues!
MIT
FAQs
Frontend verification React component for DutchX Protocol
The npm package @gnosis.pm/dutchx-verification-react receives a total of 1 weekly downloads. As such, @gnosis.pm/dutchx-verification-react popularity was classified as not popular.
We found that @gnosis.pm/dutchx-verification-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.