Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
@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 6 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
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.