
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。
// install
npm init -y
npm i typescript -D
npm i ts-node -D
npm i tyme4ts
// test.ts
import {SolarDay} from 'tyme4ts';
const solar: SolarDay = SolarDay.fromYmd(1986, 5, 29);
// 1986年5月29日
console.log(solar.toString());
// 农历丙寅年四月廿一
console.log(solar.getLunarDay().toString());
// run
ts-node test.ts
请移步至 https://6tail.cn/tyme.html
[1.2.2] - 2025-03-01
FAQs
Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。
The npm package tyme4ts receives a total of 153 weekly downloads. As such, tyme4ts popularity was classified as not popular.
We found that tyme4ts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.