
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@danielmoncada/angular-datetime-picker-dayjs-adapter
Advanced tools
Angular Date Time Picker (DayJs Adpater)
Angular date time picker - DayJs Adpater
The current version of this package supports Angular 17
If you need support for other Angular version, see Breaking Changes below.
This is a DayJs adapter to be used with the following date time picker control:
https://github.com/danielmoncada/date-time-picker
npm install @danielmoncada/angular-datetime-picker-dayjs-adapter --save
import { NgModule } from '@angular/core';
import { OwlDateTimeModule, OWL_DATE_TIME_FORMATS} from '@danielmoncada/angular-datetime-picker;
import { OwlDayJsDateTimeModule } from '@danielmoncada/angular-datetime-picker-dayjs-adapter';
// See the Day.js docs for the meaning of these formats:
// https://day.js.org/docs/en/display/format
export const MY_DAYJS_FORMATS = {
parseInput: 'l LT',
fullPickerInput: 'l LT',
datePickerInput: 'l',
timePickerInput: 'LT',
monthYearLabel: 'MMM YYYY',
dateA11yLabel: 'LL',
monthYearA11yLabel: 'MMMM YYYY',
};
@NgModule({
imports: [OwlDateTimeModule, OwlDayJsDateTimeModule],
providers: [
{provide: OWL_DATE_TIME_FORMATS, useValue: MY_DAYJS_FORMATS},
],
})
export class AppExampleModule {
}
Maintained and updated by Daniel Moncada, original implementatiom by Daniel Pan
FAQs
Angular Date Time Picker (DayJs Adpater)
The npm package @danielmoncada/angular-datetime-picker-dayjs-adapter receives a total of 390 weekly downloads. As such, @danielmoncada/angular-datetime-picker-dayjs-adapter popularity was classified as not popular.
We found that @danielmoncada/angular-datetime-picker-dayjs-adapter 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
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.