Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@uifabric/styling
Advanced tools
Styling helpers for Fluent UI React (formerly Office UI Fabric React)
Integrating components into your project depends heavily on your setup. The recommended setup is to use a bundler such as webpack which can resolve NPM package imports in your code and can bundle the specific things you import.
If you're using @fluentui/react
, the @uifabric/styling
package contents are re-exported under @fluentui/react/lib/Styling
(for office-ui-fabric-react
, use office-ui-fabric-react/lib/Styling
). It's recommended to access styling this way rather than via a direct dependency.
In a project which doesn't use @fluentui/react
(or office-ui-fabric-react
), you can still install the styling package as a dependency:
npm install --save @uifabric/styling
This gives you access to styling-related constants, utilities, and Fabric Core style classes through JavaScript.
The default palette of colors matches the default Fabric core styling conventions. However, it is possible to override the color slots to match your product requirements:
import {
loadTheme({
palette: {
themePrimary: 'red',
themeSecondary: 'blue'
}
});
}
If you override theme settings, you need to do this before accessing theme colors. Otherwise you won't get a notification that the theme changed.
FAQs
Styling helpers for Fluent UI React.
The npm package @uifabric/styling receives a total of 24,696 weekly downloads. As such, @uifabric/styling popularity was classified as popular.
We found that @uifabric/styling demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.