@types/useragent
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -176,9 +176,9 @@ // Type definitions for useragent 2.3 | ||
| { | ||
family: string; | ||
major: string; | ||
minor: string; | ||
patch: string; | ||
device?: string | undefined; | ||
os?: string | undefined; | ||
}, | ||
family: string; | ||
major: string; | ||
minor: string; | ||
patch: string; | ||
device?: string | undefined; | ||
os?: string | undefined; | ||
}, | ||
): Agent; | ||
@@ -185,0 +185,0 @@ |
{ | ||
"name": "@types/useragent", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "TypeScript definitions for useragent", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/useragent", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "76e8f491bdf66e9e2e3426468e78b34fe121412d94c12142019b4bb2e60c5d5c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "034ba3b5bf85d74f975580ed5be3751ba060d3f2047ef74da5648bb4a69d254e", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:04:54 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:35:38 GMT | ||
* Dependencies: none | ||
@@ -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
8391