
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@nilavpatel/np-date-picker
Advanced tools
```` Custom date picker for Angular 8 (Timepicker also included). With Two way data binding. ```` ```` npm i @nilavpatel/np-date-picker ````
Custom date picker for Angular 8 (Timepicker also included).
With Two way data binding.
npm i @nilavpatel/np-date-picker
<np-date-picker [(selectedDate)]="birthDate" format="dd/MMM/yy" iconClass="fa fa-calendar"></np-date-picker>
1. selectedDate
two way date binding model.
2. format
pass date format as string, date will be shown in given format in text box.
default format is dd/MM/yyyy
3. iconClass
icon class css, to dispaly icon in button for datepicker.
4. defaultOpen
default open datepicker, user can not close this.(no textbox will be shown)
5. showTimePicker
Show time picker or not
6. minDate
no date will be shown less than min date
7. maxDate
no date will be show greater than max date
8. disabled
true/false - set component disabled
1. getSelectedDate();
get selected date
2. setSelectedDate(date: Date);
set date as selected
3. validate();
returns boolean, selected date is valid or not?
1. onChange
on change event binding
1. import NpDatePickerModule app.module.ts
FAQs
```` Custom date picker for Angular 8 (Timepicker also included). With Two way data binding. ```` ```` npm i @nilavpatel/np-date-picker ````
The npm package @nilavpatel/np-date-picker receives a total of 0 weekly downloads. As such, @nilavpatel/np-date-picker popularity was classified as not popular.
We found that @nilavpatel/np-date-picker 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.