Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
front-angular-datepicker
Advanced tools
This fork of angular-datepicker contains several features.
timezone
attribute.<div date-picker></div>
<div date-picker timezone="Europe/London"></div>
<div date-picker timezone="Asia/Hong_Kong"></div>
min-date
and max-date
attributes, which they replace.<input date-time min-date="minDate">
<input date-time max-date="maxDate">
<input date-time min-date="minDate" max-date="maxDate">
format
atribute.
<input date-time format="yyyy-MM-dd HH:mm">
date-change
attribute containing a function name will cause this function to be called when the date changes in the picker.<input date-time date-change="changeDate">
minDate
: Earliest selectable date for this picker. Disabled if this value is falsy.maxDate
: Latest selectable date for this picker. Disabled if this value is falsy.minView
: Minimum zoom level for date/time selection. Disabled if this value is falsy.maxView
: Maximum zoom level for date/time selection. Disabled if this value is falsy.view
: Default zoom level for date/time selection. Set to default value if this value is falsy.format
: Format string used to display dates on the input field. Set to default value if this value is falsy.
date-picker
directive directly, it must be used on a date-time
input field.view
, minView
and maxView
fields are:
year
, month
, date
, hours
, minutes
.ID
attributes.
ID
then the information in this picker will be updated.ID
can be used, or an array of ID
s<input date-time id="pickerToUpdate">
$scope.$broadcast('pickerUpdate', 'pickerToUpdate', {
format: 'D MMM YYYY HH:mm',
maxDate: maxSelectableDate, //A moment object, date object, or date/time string parsable by momentjs
minView: 'hours',
view: false //Use default
});
$scope.$broadcast('pickerUpdate', ['pickerToUpdate', 'secondPickerToUpdate'], {
format: 'lll'
});
FAQs
## WIP
The npm package front-angular-datepicker receives a total of 117 weekly downloads. As such, front-angular-datepicker popularity was classified as not popular.
We found that front-angular-datepicker 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.