1.0.8 • Published 2 months ago

@socketregistry/is-date-object v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@socketregistry/is-date-object

Socket Badge CI - @socketregistry/is-date-object Follow @SocketSecurity

A tested zero dependency drop-in replacement of is-date-object complete with TypeScript types.

Installation

Install as a package override

socket CLI will automagically ✨ populate overrides and resolutions of your package.json.

npx socket optimize

Prefer to do it yourself? Add @socketregistry/is-date-object to your package.json.

{
  "overrides": {
    "is-date-object": "npm:@socketregistry/is-date-object@^1"
  },
  "resolutions": {
    "is-date-object": "npm:@socketregistry/is-date-object@^1"
  }
}

Install as a plain dependency

Install with your favorite package manager.

npm install @socketregistry/is-date-object

Requirements

Node >= 18.20.4

1.0.8

2 months ago

1.0.7

5 months ago

1.0.6

7 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

11 months ago