
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rustâs crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
react-usit-ui
Advanced tools
WORK IN PROGRESS - EXPECT API TO BREAK FROM ONE VERSION TO THE NEXT WITHOUT FURTHER NOTICE.
React components created by USIT (University Center for Information Technology) - University of Oslo.
The components implement the UiO Graphical Profile from https://bitbucket.usit.uio.no/projects/UX/repos/grafisk-profil/browse
Storybook for the current version: https://utv.uio.no/react-usit-ui
yarn add react-usit-ui
This library comes with some graphical assets (icons, logos etc). When
the library is installed, these are put in
node_modules/react-usit-ui/dist/assets. You may need to copy files
from this folder to your application's static folder or equivalent.
To make assets load properly, set theme.props.publicPath to the
public path of your static folder.
Application must be wrapped in a ThemeProvider component for other components to be rendered properly.
import { ThemeProvider } from 'react-jss';
import { createUiOTheme } from 'react-usit-ui';
const theme = createUiOTheme();
// ...
<ThemeProvider theme={theme}>
<App />
</ThemeProvider>
The standard colors is defined in the color palette. Styles can be overridden in theme.palette.xxx. Standard colors are also exported from react-usit-ui/colors.
The component library supports theming. The function createUiOTheme provides a default theme and supports customization of color palette and typography.
Todo: Provide documentation on theme object and how it can be customized.
We use Storybook to present and document components. To start Storybook locally run
yarn run storybook
Todo: Add link to published storybook for most recent version of UI library.
Recommended workflow:
yarn link in the repository folderyarn link react-usit-ui(cd node_modules/react-usit-ui && yarn watch) to start a build server. This will build the react-usit-ui library in development mode and watch for changes, so you don't have to rebuild manually whenever you change something.Please note:
yarn unlink react-usit-ui(cd node_modules/react-usit-ui && yarn prepare).FAQs
React components using Grafisk profil for UiO
We found that react-usit-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Rustâs crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Googleâs UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.