Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
datemath-parser
Advanced tools
A date math parser compatible with elastic search format
The date type supports using date math expression when using it in a query/filter (mainly makes sense in range query/filter).
The expression starts with an "anchor" date, which can be either now or a date string (in the applicable format) ending with
||
.
It can then follow by a math expression, supporting
+
,-
and/
(rounding).
The units supported are
y
(year),M
(month),w
(week),d
(day),h
(hour),m
(minute), ands
(second).
Here are some samples:
now+1h
,now+1h+1m
,now+1h/d
,2012-01-01||+1M/d
.
Note, when doing range type searches, and the upper value is inclusive, the rounding will properly be rounded to the ceiling instead of flooring it.
Returns an integer representing timestamp in milliseconds
var parser = require('datemath-parser');
parser.parse(dateMathExpression, [now], [roundUp], [timeZone]);
npm test
FAQs
A date math parser compatible with elastic search format
The npm package datemath-parser receives a total of 24,365 weekly downloads. As such, datemath-parser popularity was classified as popular.
We found that datemath-parser 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.