
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

A library of reusable React components that we are using at Par Mais.
| avatar | badge | button |
| card | checkbox | cnpjInput |
| cpfInput | currencyInput | dateInput |
| dateSelector | elidedTextBox | form |
| header | icons | label |
| maskedInput | radio | radioGroup |
| requestButton | searchBar | select |
| textField | switcher | textArea |
From the command line inside of your project
npm install --save par-ui
Import the component that you want to use
// es6
import { requestButton } from 'par-ui'
render () {
return (
<requestButton/>
)
}
From the command line inside of your project
npm run prod:build
win
$ npm install -g install-peerdeps
$ install-peerdeps --dev eslint-config-airbnb
linux/osx
npm info eslint-config-airbnb@latest peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev eslint-config-airbnb@latest
The Par Mais Tecnologia encourages participation. If you feel you can help in any way, be it with bug reporting, documentation, examples, extra testing, or new features feel free to create an issue, or better yet, [submit a Pull Request. For more information on contribution please see our Contributing guide.
Copyright (c) 2018 Par 6 Tecnologia LTDA.
Licensed under Apache 2.0.
FAQs
Parmais React Components Library
The npm package par-ui receives a total of 2 weekly downloads. As such, par-ui popularity was classified as not popular.
We found that par-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.