Socket
Socket
Sign inDemoInstall

@anypoint-web-components/anypoint-button

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anypoint-web-components/anypoint-button - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

28

package.json
{
"name": "@anypoint-web-components/anypoint-button",
"description": "Anypoint styled button.",
"version": "1.0.11",
"version": "1.0.12",
"license": "Apache-2.0",

@@ -35,12 +35,12 @@ "main": "anypoint-button.js",

"@advanced-rest-client/arc-demo-helper": "^1.0.14",
"@advanced-rest-client/eslint-config": "^1.1.2",
"@advanced-rest-client/eslint-config": "^1.1.3",
"@advanced-rest-client/prettier-config": "^0.1.0",
"@advanced-rest-client/testing-karma-sl": "^1.0.4",
"@advanced-rest-client/testing-karma-sl": "^1.0.5",
"@anypoint-web-components/anypoint-checkbox": "^1.0.1",
"@anypoint-web-components/anypoint-icons": "^1.0.0",
"@anypoint-web-components/anypoint-styles": "^1.0.0-preview.1",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^7.0.0",
"@open-wc/testing": "^2.3.3",
"@open-wc/testing-karma": "^3.1.28",
"@anypoint-web-components/anypoint-icons": "^1.0.1",
"@anypoint-web-components/anypoint-styles": "^1.0.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@open-wc/testing": "^2.3.4",
"@open-wc/testing-karma": "^3.1.38",
"@polymer/gen-typescript-declarations": "^1.6.2",

@@ -50,8 +50,8 @@ "@polymer/iron-icon": "^3.0.1",

"@polymer/iron-test-helpers": "^3.0.1",
"deepmerge": "^4.0.0",
"es-dev-server": "^1.15.3",
"husky": "^1.0.0",
"deepmerge": "^4.1.1",
"es-dev-server": "^1.18.3",
"husky": "^3.0.0",
"karma": "^4.3.0",
"lint-staged": "^9.2.5",
"sinon": "^7.4.1"
"lint-staged": "^9.4.2",
"sinon": "^7.5.0"
},

@@ -58,0 +58,0 @@ "scripts": {

@@ -145,3 +145,2 @@ import { html, css } from 'lit-element';

border-radius: var(--anypoint-button-border-radius, 2px);
text-transform: var(--anypoint-button-text-transform, initial);
height: 40px;

@@ -166,2 +165,6 @@ }

:host([compatibility]) {
text-transform: var(--anypoint-button-text-transform, initial);
}
:host([compatibility]) paper-ripple {

@@ -168,0 +171,0 @@ display: none;

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