Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@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'
yarn
yarn start
(will start the storybook)http://localhost/9001
on your favorite browser (Chrome)yarn 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.