New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@softwareventures/date

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@softwareventures/date

An abstract date, with no associated time zone

latest
Source
npmnpm
Version
5.0.2
Version published
Weekly downloads
265
201.14%
Maintainers
1
Weekly downloads
 
Created
Source

date

An abstract date, with no associated time zone.

Why?

Use this type when you just want to represent a day, month and year in the Gregorian Calendar, and the timezone is either not relevant or represented elsewhere.

The native JavaScript Date type includes a time of day and timezone offset. These are a common source of errors in code that manipulates calendar dates, in particular off-by-one errors caused by date manipulations that cross daylight-savings boundaries.

Install

npm install --save @softwareventures/date

or

yarn add @softwareventures/date

Keywords

TypeScript

FAQs

Package last updated on 18 May 2024

Did you know?

Socket

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.

Install

Related posts