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.
angularjs-datetime-picker
Advanced tools
Very Lightweight AngularJS DateTime Picker Without Using jQuery, bootStrap, or moment
No JQuery, No Bootstrap, Just AngularJS
For Bower users,
$ bower install angularjs-datetime-picker
Include angularjs-datetime-picker.js
and angularjs-datetime-picker.css
<link rel="stylesheet" href="angularjs-datetime-picker.css" />
<script src="angularjs-datetime-picker.js"></script>
add it as a dependency
var myApp = angular.module('myApp', ['angularjs-datetime-picker']);
Use it
<input datetime-picker ng-model="model" />
<input ng-model="date1" datetime-picker date-only />
<input ng-model="date1" datetime-picker date-only future-only />
<input ng-model="date2" datetime-picker date-format="yyyy-MM-dd" date-only />
<input ng-model="date3" datetime-picker date-format="yyyy-MM-dd HH:mm:ss" />
<input ng-model="date4" datetime-picker hour="23" minute='59'/>
<input ng-model="date5" datetime-picker date-format="yyyy-MM-dd HH:mm:ss" year="2014" month="12" day="31" />
FAQs
Very Lightweight AngularJS DateTime Picker Without Using jQuery, bootStrap, or moment
The npm package angularjs-datetime-picker receives a total of 265 weekly downloads. As such, angularjs-datetime-picker popularity was classified as not popular.
We found that angularjs-datetime-picker 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.