@types/fbjs
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -10,9 +10,9 @@ /** | ||
body?: any; | ||
cache?: string | null; | ||
credentials?: string | null; | ||
fetchTimeout?: number | null; | ||
cache?: string | null | undefined; | ||
credentials?: string | null | undefined; | ||
fetchTimeout?: number | null | undefined; | ||
headers?: any; | ||
method?: string | null; | ||
mode?: string | null; | ||
retryDelays?: number[] | null; | ||
method?: string | null | undefined; | ||
mode?: string | null | undefined; | ||
retryDelays?: number[] | null | undefined; | ||
} | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@types/fbjs", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for fbjs", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fbjs", | ||
"license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "e5c392b2dc9f1543edd65e3d905cdcff8d8b56ec52dc5d82ed3d5baac7c39055", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "631b7ad480297cf4e226cf38ccb122a6904e1c1409c4727f039ed32fef2193db", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 13 Jan 2021 20:29:11 GMT | ||
* Last updated: Tue, 06 Jul 2021 20:32:54 GMT | ||
* Dependencies: [@types/jsdom](https://npmjs.com/package/@types/jsdom) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
70286
0