@react-types/shared
Advanced tools
Comparing version 3.0.0-nightly.1190 to 3.0.0-nightly.1191
{ | ||
"name": "@react-types/shared", | ||
"version": "3.0.0-nightly.1190+50c958d72", | ||
"version": "3.0.0-nightly.1191+185cd9d89", | ||
"description": "Spectrum UI components in React", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "50c958d72c9cac15a05487bf239ea123b025e656" | ||
"gitHead": "185cd9d89d70618490e32895112774262cf25548" | ||
} |
@@ -43,3 +43,5 @@ /* | ||
/** Whether the meta keyboard modifier was held during the press event. */ | ||
metaKey: boolean | ||
metaKey: boolean, | ||
/** Whether the alt keyboard modifier was held during the press event. */ | ||
altKey: boolean | ||
} | ||
@@ -46,0 +48,0 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
70500
1333