
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@pm4ml/mojaloop-payment-manager-ui-components-legacy
Advanced tools
A collection of reusable React components and some Redux / JS utilities.
Install this library in your React project use command yarn add @pm4ml/mojaloop-payment-manager-ui-components-legacy
.
You can import the components in your project as follows:
// The CSS file only needs to be imported once
import '@pm4ml/mojaloop-payment-manager-ui-components-legacy/dist/react/components/index.css';
import { Button } from '@pm4ml/mojaloop-payment-manager-ui-components-legacy/dist/react/components/index';
The library exports a number of components.
Almost each component has a README file describing the prop types.
There are 2 different playgrounds to use to inspect and play with the components:
It requires node v12
to run; please make sure to have the correct version installed.
It is suggested to use nvm to easily install and manage multiple node versions.
Install all the dependencies
yarn install
Starts the webpack-dev-server with hot reloading capabilities in development mode.
It uses the webpack.dev.config.js
config file.
yarn start
Open the browser at the specified address http://localhost:9090
Builds the bundle artifact with webpack.
It uses the webpack.config.js
config file.
yarn build
Runs prettier on the codebase.
yarn prettier
Lints on the codebase.
yarn lint
Runs Jest tests.
yarn test
Runs the Storybook playground.
yarn storybook
It's important to create a unique version for every PR.
Versions are used to deploy the correct articafts online.
Note: Forgetting to create a version will cause the previous build artifacts to be overridden.
Creating a new version is done with yarn version
, make sure to do the correct incremental update.
Versions need to be pushed to the repo with git push --tags
Artifacts are automatically saved as a zip library with the AWS CI setup for this project.
To publish as a npm module, run the following command npm publish --access public
.
A new release will be published at https://www.npmjs.com/package/@pm4ml/mojaloop-payment-manager-ui-components-legacy
Note: you need to be logged in the PM4ML organization in npm, credentials can be found in 1Password.
FAQs
PM4ML UI Components
The npm package @pm4ml/mojaloop-payment-manager-ui-components-legacy receives a total of 68 weekly downloads. As such, @pm4ml/mojaloop-payment-manager-ui-components-legacy popularity was classified as not popular.
We found that @pm4ml/mojaloop-payment-manager-ui-components-legacy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.