
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
react-date-range-ch
Advanced tools
对react-date-range进行了修改
npm intall react-date-range-ch@x.x.x --save 其他请详见react-date-range
汉化
禁止选择今天之前的日期
给Calendar增加两个属性:
给Calendar增加一个属性:
const state = {
date,
shownDate : (shownDate || range && range['endDate'] || date).clone().add(offset, 'months'), // ayou 2016.11.23人工指定shownDate
firstDayOfWeek: (firstDayOfWeek || moment.localeData().firstDayOfWeek()),
}
1.增加/修改参数
...
const _calendars = [];
const _method = offsetPositive ? 'unshift' : 'push';
for (var i = Number(calendars) - 1; i >= 0; i--) {
_calendars[_method](
...
2.增加字典文件LangDic,目前支持中文,日文
修复0.5.0的相关bug:DateRange中使用Calerdar传递showMonthArrow属性
给checkStartEdge和checkEndEdge中的isSame方法增加"day"参数
补充说明文档
FAQs
修改react-date-range
The npm package react-date-range-ch receives a total of 0 weekly downloads. As such, react-date-range-ch popularity was classified as not popular.
We found that react-date-range-ch 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.