Socket
Socket
Sign inDemoInstall

@anypoint-web-components/anypoint-checkbox

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.1 to 1.0.2

CHANGELOG.md

4

anypoint-checkbox.js

@@ -68,3 +68,3 @@ import { LitElement, html, css } from 'lit-element';

class AnypointCheckbox extends ButtonStateMixin(ControlStateMixin(CheckedElementMixin(LitElement))) {
static get styles() {
get styles() {
return css`:host {

@@ -231,3 +231,3 @@ display: inline-flex;

const { checked, invalid, indeterminate } = this;
return html`
return html`<style>${this.styles}</style>
<div class="checkboxContainer">

@@ -234,0 +234,0 @@ <div class="checkbox ${this._computeCheckboxClass(checked, invalid)}">

{
"name": "@anypoint-web-components/anypoint-checkbox",
"description": "Anypoint styled checkbox",
"version": "1.0.1",
"version": "1.0.2",
"license": "Apache-2.0",

@@ -30,3 +30,3 @@ "main": "anypoint-checkbox.js",

"dependencies": {
"@anypoint-web-components/anypoint-control-mixins": "^1.0.1",
"@anypoint-web-components/anypoint-control-mixins": "^1.0.2",
"@anypoint-web-components/anypoint-form-mixins": "^1.0.1",

@@ -36,21 +36,21 @@ "lit-element": "^2.2.1"

"devDependencies": {
"@advanced-rest-client/arc-demo-helper": "^1.0.12",
"@advanced-rest-client/eslint-config": "^1.0.7",
"@advanced-rest-client/arc-demo-helper": "^1.0.16",
"@advanced-rest-client/eslint-config": "^1.1.3",
"@advanced-rest-client/prettier-config": "^0.1.0",
"@advanced-rest-client/testing-karma-sl": "^1.0.3",
"@anypoint-web-components/anypoint-radio-button": "^0.1.2",
"@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.2.8",
"@open-wc/testing-karma": "^3.1.13",
"@advanced-rest-client/testing-karma-sl": "^1.1.0",
"@anypoint-web-components/anypoint-radio-button": "^0.1.4",
"@anypoint-web-components/anypoint-styles": "^1.0.1",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@open-wc/testing": "^2.3.9",
"@open-wc/testing-karma": "^3.2.1",
"@polymer/gen-typescript-declarations": "^1.6.1",
"@polymer/iron-form": "^3.0.1",
"@polymer/iron-test-helpers": "^3.0.1",
"deepmerge": "^4.0.0",
"es-dev-server": "^1.10.4",
"husky": "^1.0.0",
"karma": "^4.2.0",
"lint-staged": "^9.2.1",
"sinon": "^7.4.1"
"deepmerge": "^4.2.2",
"es-dev-server": "^1.24.1",
"husky": "^3.1.0",
"karma": "^4.4.1",
"lint-staged": "^9.4.3",
"sinon": "^7.5.0"
},

@@ -69,5 +69,5 @@ "scripts": {

"test:watch": "karma start --auto-watch=true --single-run=false",
"test:legacy": "karma start --legacy --coverage",
"test:legacy:watch": "karma start --legacy --auto-watch=true --single-run=false",
"test:sl": "karma start karma.sl.config.js --legacy --coverage"
"test:legacy": "karma start --compatibility all --coverage",
"test:legacy:watch": "karma start --compatibility all --auto-watch=true --single-run=false",
"test:sl": "karma start karma.sl.config.js --compatibility all --coverage"
},

@@ -74,0 +74,0 @@ "lint-staged": {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc