
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@miiint/mint-angular-cloud
Advanced tools
A customizable, responsive word cloud component for Angular 19+ applications.
A customizable, responsive word cloud component for Angular 19+ applications.
npm install @miiint/mint-angular-cloud
import { MintAngularCloudComponent } from '@miiint/mint-angular-cloud';
@Component({
standalone: true,
imports: [MintAngularCloudComponent],
template: `
<div class="word-cloud-container">
<mint-word-cloud
[words]="words"
[theme]="'blue'"
[emphasis]="'high'">
</mint-word-cloud>
</div>
`
})
.word-cloud-container {
height: 400px; // Fixed height
width: 100%;
display: block;
position: relative;
mint-word-cloud {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
}
}
words = [
{ text: 'Example', weight: 100 },
{ text: 'Cloud', weight: 85 },
{ text: 'Component', weight: 70 },
// ... more words
];
Input | Type | Default | Description |
---|---|---|---|
words | WordItem[] | [] | Array of words with weights |
theme | 'orange' | 'blue' | 'green' | 'purple' | 'multi' | 'orange' | Color theme for the word cloud |
emphasis | 'high' | 'medium' | 'low' | 'high' | Controls size difference between weights |
minFontSize | number | 12 | Minimum font size in pixels |
maxFontSize | number | 48 | Maximum font size in pixels |
interface WordItem {
text: string;
weight: number;
}
The component comes with 5 predefined color themes:
MIT
FAQs
A customizable, responsive word cloud component for Angular 19+ applications.
We found that @miiint/mint-angular-cloud demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.