Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@mintlab/ui
Advanced tools
Mintlab Preact UI components used in Zaaksysteem.
This repository has two different user roles:
./App
and pushes changes to the VCS./App/README.md
Run
$ docker-compose up ui
and in another tab
$ docker-compose exec ui sh
or in a single step (bash
):
$ ./dev.sh
The first time in the guest you'll want to run
$ yarn
to install dependenecies and then
$ yarn start
to run storybook.
./storybook/webpack
You can generate ./documentation
by running
$ yarn esdoc
TODO: There is some overlap between
prop-types
This should be discussed with the whole team.
npm version (patch|minor|major)
to bump the version; never update the version field manually.
git
tag.npm-pack
and inspect the tar ball.README
, LICENSE
and package.json
files,
nothing that's under version control (cf. .gitignore
and .npmignore
):
distribution/ui.js
(main
in package.json
)distribution/ui.css
npm
CLI.prepublish
task so just run npm publish --access public
.Q: Why do I see so many peer dependency warnings about React when I install modules?
A: preact-compat
is aliased as react
in the Storybook webpack configuration.
Q: Why do I see "Warning: Failed prop type: The prop className
is marked as required in Resizer
,
but its value is undefined
." in the console?
A: That's caused by an installed dependency. If it bugs you, find out which one and file an issue.
Q: Why do I see both yarn
and npm
used in package.json scripts?
A: Yarn is used for managing dependencies in development, npm is only used for either
Copyright 2017 Mintlab B.V.
Licensed under the EUPL, Version 1.1 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence").
You may not use this work except in compliance with the Licence.
You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/software/page/eupl
FAQs
Mintlab React UI components used in Zaaksysteem.
The npm package @mintlab/ui receives a total of 3 weekly downloads. As such, @mintlab/ui popularity was classified as not popular.
We found that @mintlab/ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.