Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@kremi151/chakra-datepicker
Advanced tools
A React datepicker written for chakra-ui with chakra-ui
A lightweight datepicker for React & Chakra-UI
This is a fork of @orange_digital/chakra-datepicker, made compatible with Chakra UI 2.
$ yarn add @kremi151/chakra-datepicker
# or
$ npm install --save @kremi151/chakra-datepicker
import React from 'react';
import { DatePicker } from '@kremi151/chakra-datepicker';
export const Component: React.FC = () => {
return (
<DatePicker initialValue={new Date()} />
)
}
The main purpose of this repository is to continue evolving chakra-datepicker, making it faster and easier to use. Development of this package happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving chakra-datepicker.
To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.
Chakra-datepicker is MIT licensed.
Note: the contributing section is inspired by the React project's README
FAQs
A React datepicker written for chakra-ui with chakra-ui
We found that @kremi151/chakra-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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.