Socket
Socket
Sign inDemoInstall

@spectrum-web-components/action-button

Package Overview
Dependencies
Maintainers
7
Versions
185
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.6.1-lit-next.0 to 0.6.1

12

package.json
{
"name": "@spectrum-web-components/action-button",
"version": "0.6.1-lit-next.0+fc74d25d8",
"version": "0.6.1",
"publishConfig": {

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

"dependencies": {
"@spectrum-web-components/base": "^0.4.6-lit-next.222+fc74d25d8",
"@spectrum-web-components/button": "^0.15.1-lit-next.0+fc74d25d8",
"@spectrum-web-components/icon": "^0.10.1-lit-next.0+fc74d25d8",
"@spectrum-web-components/icons-ui": "^0.7.1-lit-next.0+fc74d25d8",
"@spectrum-web-components/base": "^0.4.6",
"@spectrum-web-components/button": "^0.15.1",
"@spectrum-web-components/icon": "^0.10.1",
"@spectrum-web-components/icons-ui": "^0.7.1",
"tslib": "^2.0.0"

@@ -62,3 +62,3 @@ },

],
"gitHead": "fc74d25d89dbbcbf6c70ad8c5a41bac5ac6f130a"
"gitHead": "9c7ac25264762a9b7bad2ef3f111d5eb613f9d05"
}

@@ -13,3 +13,3 @@ /*

import { html } from '@spectrum-web-components/base';
import { spreadProps } from '../../../test/lit-helpers.js';
import { spreadProps } from '@open-wc/lit-helpers';
import '@spectrum-web-components/action-group';

@@ -69,3 +69,3 @@ import '@spectrum-web-components/icon/sp-icon.js';

return html `
<sp-action-button ${spreadProps(args)}>
<sp-action-button ...=${spreadProps(args)}>
<sp-icon-edit slot="icon"></sp-icon-edit>

@@ -81,3 +81,3 @@ This is an action button

return html `
<sp-action-button label="Edit" ${spreadProps(args)}>
<sp-action-button label="Edit" ...=${spreadProps(args)}>
<sp-icon-edit slot="icon"></sp-icon-edit>

@@ -84,0 +84,0 @@ </sp-action-button>

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