
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.
For lack of a better name...
You are in a situation where you need to get lots of dates relative to a point in time and in the same format.
npm install dateism
or yarn install dateism
dateism must be initialised with a format to use and optionally a seed date. If you don't supply a seed date then the date right now will be used.
const dateism = require('dateism')
const dates = dateism({format: 'DD MMM YYYY', seed: new Date('1947-02-15')})
dates.addDays(-5) // -> '10 Feb 1947'
dates.threeDaysAgo() // -> '12 Feb 1947'
dates.twoDaysAgo() // -> '13 Feb 1947'
dates.today() // -> '15 Feb 1947'
dates.tomorrow() // -> '16 Feb 1947'
dates.addDays(5) // -> '20 Feb 1947'
Featurist provides full stack, feature driven development teams. Want to join us? Check out our career opportunities.
FAQs
Yesterday today and tomorrow
The npm package dateism receives a total of 0 weekly downloads. As such, dateism popularity was classified as not popular.
We found that dateism 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.