1.0.7 • Published 10 months ago
@socketregistry/date v1.0.7
@socketregistry/date
A tested zero dependency drop-in replacement of
datecomplete with TypeScript types.
Installation
Install as a package override
socket CLI will automagically ✨
populate
overrides
and resolutions of
your package.json.
npx socket optimizePrefer to do it yourself? Add @socketregistry/date to your package.json.
{
"overrides": {
"date": "npm:@socketregistry/date@^1"
},
"resolutions": {
"date": "npm:@socketregistry/date@^1"
}
}Install as a plain dependency
Install with your favorite package manager.
npm install @socketregistry/dateRequirements
Node >= 18.20.4