Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
shortcut-buttons-flatpickr
Advanced tools
Shortcut buttons is a plugin for flatpickr that provides users an alternative way to interact with the datetime picker.
Shortcut buttons is a plugin for flatpickr that provides users an alternative way to interact with the datetime picker.
Shortcut buttons development has been motivated by the need of having a fast, flexible and seemless alternative way for users to select specific date(s) without being forced to navigate through their calendars and individually select those date(s).
Installing as a module:
yarn add shortcut-buttons-flatpickr
Installing on non-module environments:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shortcut-buttons-flatpickr@0.1.0/dist/themes/light.min.css">
<script src="https://cdn.jsdelivr.net/npm/shortcut-buttons-flatpickr@0.1.0/dist/shortcut-buttons-flatpickr.min.js"></script>
Params | Type | Description |
---|---|---|
button | Object , Object[] | Button(s). |
[button.attributes] | Object | Button's attributes. Supported attributes: accesskey , aria-label , class and tabindex . |
button.label | string | Button's label. |
[label] | string | Label including a word/sentence stating that the user can use the calendar or one of the buttons. |
onClick | Function , Function[] | Callback(s) invoked when plugin's buttons are clicked. Each callback is fed with two parameters:index - the index of the clicked button.fp - flatpickr's instance. |
[theme] | string | Flatpickr's theme, defaults to light if none supplied. |
FAQs
Shortcut buttons is a plugin for flatpickr that provides users an alternative way to interact with the datetime picker.
We found that shortcut-buttons-flatpickr 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.