Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/shared

Package Overview
Dependencies
Maintainers
7
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/shared - npm Package Compare versions

Comparing version 0.13.3-express.0 to 0.13.3

6

package.json
{
"name": "@spectrum-web-components/shared",
"version": "0.13.3-express.0+5d9e2a2ca",
"version": "0.13.3",
"publishConfig": {

@@ -45,3 +45,3 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.5.2-express.41+5d9e2a2ca",
"@spectrum-web-components/base": "^0.5.1",
"focus-visible": "^5.1.0",

@@ -53,3 +53,3 @@ "tslib": "^2.0.0"

"sideEffects": false,
"gitHead": "5d9e2a2ca93deff51e4b2c7b8354f1127009a4e3"
"gitHead": "279380c6d72c0819fe224b405844af9ddcb87f8a"
}

@@ -12,2 +12,3 @@ /*

*/
/* c8 ignore next 3 */
export const getActiveElement = (el) => {

@@ -14,0 +15,0 @@ return el.getRootNode().activeElement;

@@ -29,3 +29,2 @@ /*

}
/* c8 ignore next 7 */
export function isIPad() {

@@ -36,3 +35,2 @@ return (testPlatform(/^iPad/) ||

}
/* c8 ignore next 3 */
export function isIOS() {

@@ -39,0 +37,0 @@ return isIPhone() || isIPad();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc