Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
react-oui-icons
Advanced tools
Icons for the Optimizely application and other OUI projects.
This implementation consists of a Icon React Component that will generate an inline SVG icon using the data associated with the name of the icon. Any attributes will be passed as props.
Download the package: Run yarn add react-oui-icons
to include the latest icons in your project.
Using an icon: You can use one of the icons in the HTML with:
import Icon from 'react-oui-icons';
...
<Icon
name="search"
description="search"
size="medium"
fill="black"
/>
...
react-oui-icons
uses Storybook! You can view all of the icons through the Storybook interface by running:
yarn run storybook
It will start a local webserver served at http://localhost:6006/
.
assets/svgs/
.yarn svgson
to update the icon internal data file in src/Icon/icons.json
.
yarn install
first.react-oui-icons
(see Pre-Release and Release a new version of react-oui-icons)cd ~/react-oui-icons
yarn link
cd ~/optimizely
yarn link react-oui-icons
?use_local_bundle=true
to test your icon changes before releasing with confidenceDon't forget these before you create a release:
Add a new header to CHANGELOG.md
under “Unreleased” with the new version number:
## Unreleased
## 2.0.0 - 2018-04-13
- [Release] Added a cool breaking change. (#999)
Commit to master: git add . && git commit -a -m 'Prep for new release version x.y.z'
yarn release patch
or yarn release minor
or yarn release major
CHANGELOG.md
release notes2.8.1 - 2020-04-24
environment
, secure-environment
, and no-lock
iconsFAQs
Icons for the Optimizely application and other OUI projects.
The npm package react-oui-icons receives a total of 556 weekly downloads. As such, react-oui-icons popularity was classified as not popular.
We found that react-oui-icons 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.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.