@types/timezone-js
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -82,6 +82,6 @@ // Type definitions for timezone-js | ||
export interface TimezoneJsOptions { | ||
async?: boolean; | ||
success?: (data: string) => void; | ||
error?: (err: Error) => void; | ||
url?: string; | ||
async?: boolean | undefined; | ||
success?: ((data: string) => void) | undefined; | ||
error?: ((err: Error) => void) | undefined; | ||
url?: string | undefined; | ||
} | ||
@@ -88,0 +88,0 @@ |
{ | ||
"name": "@types/timezone-js", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "TypeScript definitions for timezone-js", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/timezone-js", | ||
"license": "MIT", | ||
@@ -14,10 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/timezone-js" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "bbc4378f3c47bfda82f3e71beb776b31acd4013b774a0c95691bebc5f4d7c9f4", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "f5ad2949647f0524d6b369861fea7c2aec7ba77b3b17b03d0a97564f7a879f83", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/timezone-js | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/timezone-js. | ||
Additional Details | ||
* Last updated: Mon, 06 Aug 2018 21:55:32 GMT | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 19:37:06 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by bonnici <https://github.com/bonnici>. | ||
These definitions were written by [bonnici](https://github.com/bonnici). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5739
1