Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@ngx-tiny/tabs
Advanced tools
![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/tabs?style=for-the-badge) ![last commit](https://img.shields.io/github/last-commit/aavanzyl/ngx-tiny?style=for-the-badge) ![licence](https://img.shields.io/npm/l/@ngx-tiny/tabs?style
Angular Tabs Component.
$ npm i @ngx-tiny/tabs
Full Docs:
You can find the full documentation at https://aavanzyl.github.io/ngx-tiny which includes
Quick Start:
Install with npm: npm install @ngx-tiny/tabs --save
Add NgxTabsModule to your @NgModule like example below
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { NgxTabsModule } from '@ngx-tiny/tabs';
import { AppComponent } from './app.component';
@NgModule({
imports: [BrowserModule, NgxTabsModule],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
export class AppModule { }
Add the component to your view for basic
<ngx-tabs>
<ngx-tab [active]="true" name="Tab 1">
Tab 1
</ngx-tab>
<ngx-tab name="Tab 2">
Tab 2
</ngx-tab>
<ngx-tab name="Tab 3">
Tab 3
</ngx-tab>
</ngx-tabs>
The examples above are quite basic. The picker has much more features and configurations.
Support me by becoming a patron and buying me a beer :)
See the LICENSE file.
FAQs
![minzipped size](https://img.shields.io/bundlephobia/minzip/@ngx-tiny/tabs?style=for-the-badge) ![last commit](https://img.shields.io/github/last-commit/aavanzyl/ngx-tiny?style=for-the-badge) ![licence](https://img.shields.io/npm/l/@ngx-tiny/tabs?style
The npm package @ngx-tiny/tabs receives a total of 3 weekly downloads. As such, @ngx-tiny/tabs popularity was classified as not popular.
We found that @ngx-tiny/tabs demonstrated a not healthy version release cadence and project activity because the last version was released 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.