
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
openshift-assisted-ui-lib
Advanced tools
React component library for https://github.com/openshift-assisted/assisted-ui.
Please note, the project's upstream has been renamed and moved from mareklibra/facet-lib to https://github.com/openshift-assisted/assisted-ui-lib in December 2020.
npm install --save openshift-assisted-ui-lib
or
yarn add openshift-assisted-ui-lib
This project depends on the following package
sudo dnf install -y inotify-tools
You can use the following steps in order to set up your dev environment.
~/Projects
.git clone
it.
cd ~/Projects
git clone https://github.com/openshift-assisted/assisted-ui-lib.git
yarn --cwd=./assisted-ui-lib/ install
# Watches for changes in the `/src` folder and bundles the files into `/dist` folder
yarn start
# Synchronizes `/dist` with `node_modules/openshift-assisted-ui-lib/` folder in .
yarn sync-dist
assisted-ui
project to ease the development experience outside OCM (aka
uhc-portal
), follow the instructions in those projects in order to access the app's UI.To publish a new version of the package to npmjs.com
master
in this repo, called release/v<some-semver-string>
.v<some-semver-string>
release/v<some-semver-string>
(same as in step 2 above).v<some-semver-string>
The types used by Assisted Installer UI are defined in src/common/api/types.ts
and they are
generated automatically by running yarn update-api
.
If you see the following error: Error: ENOSPC: System limit for number of file watchers reached
,
you will need to increase the number of inotify watchers.
From the terminal run the following commands:
$ sudo sh -c "echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf"
$ sudo sysctl -p
See i18n for information on our internationalization tools and guidelines
Apache-2.0
FAQs
React component library for the Bare Metal Installer
We found that openshift-assisted-ui-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.