Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@churchcenter/doxy
Advanced tools
Cross-platform Church Center Components
yarn add @churchcenter/doxy
import { colors } from "@churchcenter/doxy";
colors.topaz;
colors.turquoise;
colors.emerald;
colors.ruby;
colors.sapphire;
colors.gray900;
colors.gray800;
colors.gray700;
colors.gray600;
colors.gray500;
colors.gray400;
colors.gray300;
colors.gray200;
colors.gray100;
colors.gray50;
colors.gray25;
import { View } from "react-native";
import { space } from "@churchcenter/doxy";
function App() {
return (
<View
style={{
paddingTop: space(1),
paddingRight: space(1),
paddingBottom: space(2),
paddingLeft: space(1)
}}
>
Stuff
</View>
);
}
import { View } from "react-native";
import {
TextLink,
Heading,
PlainText,
SecondaryText,
TertiaryText,
FootNote
} from "@churchcenter/doxy";
function App() {
return (
<View>
<TextLink>A link</TextLink>
<Heading level={1}>Heading 1</Heading>
<Heading level={2}>Heading 2</Heading>
<Heading level={3}>Heading 3</Heading>
<Heading level={4}>Heading 4</Heading>
<PlainText>Some text...</PlainText>
<SecondaryText>Some more text...</SecondaryText>
<TertiaryText>Even more text...<TertiaryText>
<FootNote>Footnote</FootNote>
</View>
)
}
FAQs
Cross-platform Church Center Components
The npm package @churchcenter/doxy receives a total of 0 weekly downloads. As such, @churchcenter/doxy popularity was classified as not popular.
We found that @churchcenter/doxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.