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.1 to 1.0.2

3

is-date-object/index.d.ts
// Type definitions for is-date-object 1.0
// Project: https://github.com/ljharb/is-date-object
// Definitions by: Adam Zerella <https://github.com/adamzerella>
// Jordan Harband <https://github.com/ljharb>
// Definitions by: Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -6,0 +5,0 @@

{
"name": "@types/is-date-object",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for is-date-object",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-date-object",
"license": "MIT",
"contributors": [
{
"name": " Adam Zerella",
"url": "https://github.com/adamzerella",
"githubUsername": "adamzerella"
},
{
"name": "Jordan Harband",

@@ -27,4 +23,4 @@ "url": "https://github.com/ljharb",

"dependencies": {},
"typesPublisherContentHash": "c9ea4d1f33ac5a3fd977e5a413fc80df59652c8a852879be297b4a2146c3a3a8",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "c80f439186e7ded2b96964dc199cea3f4bd3cf6bce31ca45e94ab803c3741d5b",
"typeScriptVersion": "3.8"
}

@@ -9,5 +9,17 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-date-object.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-date-object/index.d.ts)
````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;
export = isDateObject;
````
### Additional Details
* Last updated: Fri, 07 Feb 2020 18:24:05 GMT
* Last updated: Thu, 23 Dec 2021 23:34:52 GMT
* Dependencies: none

@@ -17,2 +29,2 @@ * Global values: none

# Credits
These definitions were written by Adam Zerella (https://github.com/adamzerella), and Jordan Harband (https://github.com/ljharb).
These definitions were written by [Jordan Harband](https://github.com/ljharb).

Sorry, the diff of this file is not supported yet

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