Socket
Socket
Sign inDemoInstall

@types/is-date-object

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

5

is-date-object/index.d.ts

@@ -1,8 +0,3 @@

// Type definitions for is-date-object 1.0
// Project: https://github.com/ljharb/is-date-object
// Definitions by: Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function isDateObject(value?: any): boolean;
export = isDateObject;

10

is-date-object/package.json
{
"name": "@types/is-date-object",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript definitions for is-date-object",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-date-object",

"name": "Jordan Harband",
"url": "https://github.com/ljharb",
"githubUsername": "ljharb"
"githubUsername": "ljharb",
"url": "https://github.com/ljharb"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "c80f439186e7ded2b96964dc199cea3f4bd3cf6bce31ca45e94ab803c3741d5b",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "cbe9af848e620727bf7b1baa5079d9a063c868d9948d357efcbee69855c69cf2",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for is-date-object 1.0
// Project: https://github.com/ljharb/is-date-object
// Definitions by: Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function isDateObject(value?: any): boolean;

@@ -24,7 +19,6 @@

### Additional Details
* Last updated: Thu, 23 Dec 2021 23:34:52 GMT
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Jordan Harband](https://github.com/ljharb).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc