Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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
Important: If you install yarn with Homebrew on macOS, be sure to exclude Node.js.
$ brew install yarn --without-node
./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 "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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.