
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
JavaScript porting of holiday_jp
npm install holiday-jp
var holiday = require('holiday-jp')
// find holidays between 3/6/2014 ~ 30/9/2014
// returns Array of Object (see below for their properties)
holiday.between(new Date(2014, 5, 3), new Date(2014, 8, 30))
// whether given date is holiday or not
// return true (or false)
holiday.isHoliday(new Date(2014, 10, 3))
name: String
- name of the holiday (ex. "文化の日")nameEn: String
- English translation (ex. "National Culture Day")wdayName: String
- day of the week (ex. "月")date: Date
- Date object of the holiday (ex. Mon Nov 03 2014 00:00:00 GMT+0900 (JST))MIT
FAQs
Japanese holidays, JavaScript porting of Ruby holiday_jp
The npm package holiday-jp receives a total of 513 weekly downloads. As such, holiday-jp popularity was classified as not popular.
We found that holiday-jp 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.