
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
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());
// 第十七饶迥火虎年四月廿一
console.log(solar.getRabByungDay().toString());
// run
ts-node test.ts
请移步至 https://6tail.cn/tyme.html
[1.3.4] - 2025-06-27
FAQs
Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。
The npm package tyme4ts receives a total of 348 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 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.