Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@ensofinance/ui-library
Advanced tools
Run storybook:
yarn && yarn start:storybook
Duplicate, rename and wire a new component using the command:
yarn go newComponentTitle
Use svgr to generate icons from public folder:
yarn svgr
Or add it as a pre-commit hook:
husky add .husky/pre-commit "yarn svgr"
In order to yarn link
with this project, peer dependencies need to be linked with the project you want to link
Run yarn local-peer-deps
and enter the project directory, the script will yarn link all peer dependencies from the target project into ui-library.
Then, in this project, run
yarn link
Go to an existing project and use the following command to start using your local npm package.
yarn link @ensofinance/ui-library
Now start rollup in watch mode to develop and see changes.
yarn rollup:watch
and/or Storybook to view the Component Library
yarn storybook
FAQs
Enso ui library
The npm package @ensofinance/ui-library receives a total of 0 weekly downloads. As such, @ensofinance/ui-library popularity was classified as not popular.
We found that @ensofinance/ui-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
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.