Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ember-cli-bootstrap-datepicker
Advanced tools
The addon provides you a `bootstrap-datapicker` input component. It can be used in Ember CLI applications.
The addon provides you a bootstrap-datapicker
input component. It can be used in Ember CLI applications.
The input component is based on bootstrap-datepicker library.
npm install --save-dev npm install --save-dev ember-cli-bootstrap-datepicker
ember generate bootstrap-datepicker
{{bootstrap-datepicker value=expiresAt}}
The component supports many options of the bootstrap-datepicker library:
true
dd.mm.yyyy
false
false
Let me show you how to use all these options.
Autoclose:
{{bootstrap-datepicker value=expiresAt autoclose=false}}
Format:
{{bootstrap-datepicker value=expiresAt format='dd/mm/yy'}}
weekStart:
{{bootstrap-datepicker value=expiresAt weekStart=0}}
todayHighlight:
{{bootstrap-datepicker value=expiresAt todayHighlight=true}}
todayBtn:
{{bootstrap-datepicker value=expiresAt todayBtn=true}}
All options at once:
{{bootstrap-datepicker value=expiresAt autoclose=false format='dd/mm/yy' weekStart=0 todayHighlight=true todayBtn=true}}
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Datepicker component for Ember CLI based on bootstrap-datepicker. It doesn't have any external dependency except bootstrap-datepicker, supports popup and inline modes.
The npm package ember-cli-bootstrap-datepicker receives a total of 623 weekly downloads. As such, ember-cli-bootstrap-datepicker popularity was classified as not popular.
We found that ember-cli-bootstrap-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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.