Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@segment/isodate
Advanced tools
Parse an ISO date string into a Date. Works cross-browser, even in the old, dumb ones ;)
$ npm install @segment/isodate
var isodate = require('isodate');
var date = isodate.parse('2013-09-04T00:57:26.434Z');
date.toISOString(); // "2013-09-04T00:57:26.434Z"
var isodate = require('isodate');
isodate.is('2013-09-04T00:57:26.434Z'); // true
isodate.is('string'); // false
Parse the given ISO date string
into a native Date
object.
Check if the given string
is an ISO date string. strict
mode will return false for strings without a year, month and date; for example 2013
would be false
.
FAQs
Parse an ISO date string into a Date
The npm package @segment/isodate receives a total of 593,864 weekly downloads. As such, @segment/isodate popularity was classified as popular.
We found that @segment/isodate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 55 open source maintainers 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.