
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.
pretty-date-js
Advanced tools
To use pretty-date-js first install it from npm npm install pretty-date-js
after module is installed require it in your project
var pretty = require('pretty-date-js');
then just pass date in valid time format
var myPrettyDate = pretty("2012-03-25", options);
{
value: 4,
lang: "years"
}
For date input use valid date format or timestamp e.g.
pretty("Wed Mar 25 2015 01:00:00 GMT+0100 (W. Europe Standard Time)",options);
"1 year ago"
pretty("2015-03-25", options);
"1 year ago"
pretty("JANUARY, 25, 2015", options);
"1 year ago"
pretty("03/25/2016", options);
"2 months ago"
If you are not familiar with date formats please read more here
Use options to override default ENG language settings in module
This is default options object
{
lang: {
seconds: ["second", "seconds"],
minutes: ["minute", "minutes"],
hours: ["hour", "hours"],
days: ["day", "days"],
months: ["month", "months"],
years: ["year", "years"],
misc: ["ago", "Invalid input, please check formating"]
}
}
You can override it with your language to get output like this:
EN 1 hour ago
FR Il y a 1 heure
Enter example folder and run npm install
to install webpack and webpack-dev-server
For development server run npm run start
and open
http://localhost:8080/webpack-dev-server/
in your browser or just run npm run build
for builing example bundle.
To change time in example just update data variable
var date = "2016-06-05T16:00:00";
Please try live demo
FAQs
human-friendly relative date formating lib
We found that pretty-date-js 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.