Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@fluentui-react-native/text
Advanced tools
A cross-platform Text component using the Fluent Design System
A cross-platform Text component using the Fluent Design System.
Text elements can be specified either by passing a variant
typography token into a TextV1
element or by using predefined JSX types. For example:
import { Body1, TextV1 } from '@fluentui-react-native/text';
const myText = <TextV1 variant="body1">Here is some body text</TextV1>;
const moreText = <Body1>Here is some more body text</Body1>;
The former is better if you want to have more fine control over the appearance of your text, while the latter is better if you're looking for the simplest way to add a pre-styled text component.
See SPEC.md for more implementation details.
Text V1 supported platforms: win32
FAQs
A cross-platform Text component using the Fluent Design System
The npm package @fluentui-react-native/text receives a total of 15 weekly downloads. As such, @fluentui-react-native/text popularity was classified as not popular.
We found that @fluentui-react-native/text demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.