Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@payfit/midnight
Advanced tools
React UI components for the PayFit Design System
yarn add @payfit/midnight
(or npm i -S @payfit/midnight
)import { Text, Button } from '@payfit/midnight'
You need to have an environment variable GITHUB_TOKEN
. The value can be found in 1Password (GitHub API Token).
yarn
yarn start
(will start the docz)http://localhost/3000
on your favorite browseryarn test
npm login
(login info in 1Password at npm)git config --global push.followTags true
(will push tags with git push
automatically)npm version patch|minor|major
npm publish
git push
To be able to deploy the documentation to testing, make sure you did this before: https://www.notion.so/payfitapp/Connecting-to-our-staging-preprod-testing-Kubernetes-cluster-Getting-started-1ca6f236d9d64e2c8ea292cb6c6f55f1
You'll also need helm:
brew install kubernetes-helm
Command | Description |
---|---|
yarn testing:list | Get the list of the deployed website |
yarn testing:status | Get testing status |
yarn testing:deploy | Deploy your branch to a testing, accessible at midnight-[branch-name].payfit.tech and will be updated automatically |
yarn testing:delete | Delete the current branch's testing environment |
Note:
/ \_
) it will be replaced by -
.FAQs
React UI components library for the PayFit Design System
The npm package @payfit/midnight receives a total of 0 weekly downloads. As such, @payfit/midnight popularity was classified as not popular.
We found that @payfit/midnight demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.