user-agent-data-types
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -12,3 +12,3 @@ // WICG Spec: https://wicg.github.io/ua-client-hints | ||
// https://wicg.github.io/ua-client-hints/#dictdef-navigatoruabrandversion | ||
interface NavigatorUADataBrandVersion { | ||
interface NavigatorUABrandVersion { | ||
readonly brand: string; | ||
@@ -20,3 +20,3 @@ readonly version: string; | ||
interface UADataValues { | ||
readonly brands?: NavigatorUADataBrandVersion[]; | ||
readonly brands?: NavigatorUABrandVersion[]; | ||
readonly mobile?: boolean; | ||
@@ -33,3 +33,3 @@ readonly platform?: string; | ||
interface UALowEntropyJSON { | ||
readonly brands: NavigatorUADataBrandVersion[]; | ||
readonly brands: NavigatorUABrandVersion[]; | ||
readonly mobile: boolean; | ||
@@ -36,0 +36,0 @@ readonly platform: string; |
{ | ||
"name": "user-agent-data-types", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Type definition for navigator.userAgentData", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
3458