
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.
ngx-mat-date-input
Advanced tools
An Angular Material library for entering a date.
0
in front of the day/month number..
and e
from the possible input.fill | outlined |
---|---|
![]() | ![]() |
Supports:
npm i ngx-mat-date-input
Add NgxMatDateInputComponent
to your component file:
imports: [NgxMatDateInputComponent];
floatLabel
to your mat-form-field
formControlName
formControlName
will be automatically updated, therefore giving you the possibility to add your own mat-error
see the comment<form #f="ngForm" [formGroup]="dateForm">
<mat-form-field
floatLabel="always"
>
<!-- <mat-label>Date</mat-label> -->
<!--
<mat-datepicker-toggle matIconPrefix [for]="myDatePicker">
<mat-icon matDatepickerToggleIcon>calendar_today</mat-icon>
</mat-datepicker-toggle>
<mat-datepicker touchUi #myDatePicker></mat-datepicker>
-->
<ngx-mat-date-input
formControlName="date"
id="date"
>
<!-- [matDatepicker]="myDatePicker" -->
</ngx-mat-date-input>
<!-- <mat-icon matSuffix>event</mat-icon>
<mat-error *ngIf="dateForm?.get('date').invalid">
{{ Invalide error message }}
</mat-error> -->
</mat-form-field>
</form>
Options | Type | Default | Description |
---|---|---|---|
formControlName | FormControl | undefined | Control to be updated |
autocomplete | "on" or "off" | "on" | Use the default browser autofill |
labels | string[] | ["DD", "MM", "YYYY"] | Label used by the mat-input |
placeholders | string[] | ["", "", ""] | with an s |
required | boolean | undefined | |
disabled | boolean | undefined | |
min | date | undefined | Activate min validators on each fields |
fields | {day: boolean, month: boolean, year: boolean} | {day: true, month: true, year: true} | Show specifies fields |
Name | Default | Explanation |
---|---|---|
--ngx-mat-date-input-gap | 16px | Change the gap between the inputs |
FAQs
An Angular Material library for entering a date.
The npm package ngx-mat-date-input receives a total of 284 weekly downloads. As such, ngx-mat-date-input popularity was classified as not popular.
We found that ngx-mat-date-input 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.