Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@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 343,687 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.