New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-web-components/action-button

Package Overview
Dependencies
Maintainers
7
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/action-button - npm Package Compare versions

Comparing version 0.10.9 to 0.10.10-overlay-warning.19

12

package.json
{
"name": "@spectrum-web-components/action-button",
"version": "0.10.9",
"version": "0.10.10-overlay-warning.19+0c0cf0e30",
"publishConfig": {

@@ -60,6 +60,6 @@ "access": "public"

"dependencies": {
"@spectrum-web-components/base": "^0.7.3",
"@spectrum-web-components/button": "^0.19.9",
"@spectrum-web-components/icon": "^0.12.6",
"@spectrum-web-components/icons-ui": "^0.9.6"
"@spectrum-web-components/base": "^0.7.4-overlay-warning.19+0c0cf0e30",
"@spectrum-web-components/button": "^0.19.10-overlay-warning.19+0c0cf0e30",
"@spectrum-web-components/icon": "^0.12.7-overlay-warning.19+0c0cf0e30",
"@spectrum-web-components/icons-ui": "^0.9.7-overlay-warning.19+0c0cf0e30"
},

@@ -75,3 +75,3 @@ "devDependencies": {

],
"gitHead": "02534b6685ff89a21dba86c09b2169f5b30a46f2"
"gitHead": "0c0cf0e307adb5e67526edb57de4f51ddfedefe1"
}

@@ -77,4 +77,8 @@ "use strict";

}
/**
* @private
*/
get itemText() {
return (this.textContent || "").trim();
return (this.textContent || /* c8 ignore next */
"").trim();
}

@@ -103,2 +107,5 @@ onPointerdown(event) {

}
/**
* @private
*/
handleKeydown(event) {

@@ -105,0 +112,0 @@ if (!this.holdAffordance) {

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