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

@vaadin/vaadin-checkbox

Package Overview
Dependencies
Maintainers
14
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-checkbox - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

8

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-checkbox",
"version": "2.2.5",
"version": "2.2.6",
"main": "vaadin-checkbox.js",

@@ -41,10 +41,10 @@ "author": "Vaadin Ltd",

"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0",
"wct-browser-legacy": "^1.0.1",
"@vaadin/vaadin-demo-helpers": "^2.2.0",
"@polymer/iron-form": "^3.0.0-pre.18",
"@polymer/iron-form": "^3.0.0",
"@vaadin/vaadin-button": "^2.1.0"
}
}

@@ -94,16 +94,16 @@ [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-checkbox)](https://www.npmjs.com/package/@vaadin/vaadin-checkbox)

## Running demos and tests in browser
## Running demos and tests in a browser
1. Fork the `vaadin-checkbox` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. Make sure you have [npm](https://www.npmjs.com/) and [Bower](https://bower.io) installed.
1. When in the `vaadin-checkbox` directory, run `npm install` and then `bower install` to install dependencies.
1. Run `polymer serve --open`, browser will automatically open the component API documentation.
1. Run `npm start`, browser will automatically open the component API documentation.
1. You can also open demo or in-browser tests by adding **demo** or **test** to the URL, for example:
- http://127.0.0.1:8080/components/vaadin-checkbox/demo
- http://127.0.0.1:8080/components/vaadin-checkbox/test
- http://127.0.0.1:3000/components/vaadin-checkbox/demo
- http://127.0.0.1:3000/components/vaadin-checkbox/test

@@ -110,0 +110,0 @@

@@ -113,3 +113,3 @@ /**

static get version() {
return '2.2.5';
return '2.2.6';
}

@@ -262,4 +262,5 @@

/** @protected */
get focusElement() {
return this.shadowRoot.querySelector('label');
return this.shadowRoot.querySelector('input');
}

@@ -266,0 +267,0 @@

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