
Security News
Socket Integrates With Bun 1.3’s Security Scanner API
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
@phila/phila-ui-date-picker
Advanced tools
The Phila UI Date Picker is a customizable date picker component built in Vue 3.
First, install the Phila UI Date Picker package using npm:
npm install @phila/phila-ui-date-picker
Import the Date Picker component in your Vue project: In main.ts:
...
import DatePicker from "@phila/phila-ui-date-picker";
...
app.component("DatePicker", DatePicker);
...
Use the Date Picker component in your Vue template:
<template>
<div>
<date-picker v-model="selectedDate"></date-picker>
</div>
</template>
FAQs
Unknown package
The npm package @phila/phila-ui-date-picker receives a total of 6 weekly downloads. As such, @phila/phila-ui-date-picker popularity was classified as not popular.
We found that @phila/phila-ui-date-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers 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
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.
Security News
Former RubyGems maintainers have launched The Gem Cooperative, a new community-run project aimed at rebuilding open governance in the Ruby ecosystem.