Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-checkbox

Package Overview
Dependencies
Maintainers
12
Versions
262
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.5.1 to 2.5.2

15

package.json

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

"name": "@vaadin/vaadin-checkbox",
"version": "2.5.1",
"version": "2.5.2",
"main": "vaadin-checkbox.js",

@@ -28,4 +28,2 @@ "author": "Vaadin Ltd",

"resolutions": {
"es-abstract": "1.17.6",
"@types/doctrine": "0.0.3",
"inherits": "2.0.3",

@@ -44,6 +42,5 @@ "samsam": "1.1.3",

},
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"devDependencies": {
"@web-padawan/gen-typescript-declarations": "^1.6.2",
"web-component-tester": "6.9.2",
"@polymer/iron-component-page": "^4.0.0",

@@ -56,3 +53,7 @@ "@polymer/iron-test-helpers": "^3.0.0",

"@vaadin/vaadin-button": "^2.4.0"
},
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify",
"test": "wct --npm"
}
}

@@ -114,3 +114,3 @@ /**

static get version() {
return '2.5.0';
return '2.5.2';
}

@@ -261,8 +261,4 @@

e.preventDefault();
this._toggleChecked();
this.click();
this.removeAttribute('active');
if (this.indeterminate) {
this.indeterminate = false;
}
}

@@ -269,0 +265,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