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.
date-range-pickr
Advanced tools
![GitHub package version](https://img.shields.io/badge/GitHub%20package%20version-0.0.2-blue.svg?style=popout)
This is advanced angular library built in angular 5 with range selection and time selection.
$ npm i date-range-pickr
<rj-date-range-pickr dateformat="DD-MMM-YYYY" (dateEmit)="onOpen($event)" credit=0></rj-date-range-pickr>
You can use 'dateformat' to format date and display - follows momentjs date dateformat You can use 'dateEmit' to retrieve the date and format it for your purpose or communicating to parent components Optional credit attribute to give me some credits :)
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import {DateRangePickrModule} from 'date-range-pickr';
import { AppComponent } from './app.component';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,DateRangePickrModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
FAQs
![GitHub package version](https://img.shields.io/badge/GitHub%20package%20version-0.0.2-blue.svg?style=popout)
We found that date-range-pickr 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.