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

@dreamworld/dw-checkbox

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamworld/dw-checkbox - npm Package Compare versions

Comparing version 2.2.0-upgrade-version.2 to 2.2.0

9

dw-checkbox.js

@@ -81,3 +81,9 @@ /**

*/
indeterminate: { type: Boolean}
indeterminate: { type: Boolean},
/**
* Input property
* When true, the checkbox remove padding for touchscreens and increase density.
*/
reducedTouchTarget: { type: Boolean }
};

@@ -94,2 +100,3 @@ }

?indeterminate="${this.indeterminate}"
?reducedTouchTarget="${this.reducedTouchTarget}"
@change="${this._onChange}"

@@ -96,0 +103,0 @@ @click="${(e) => { setTimeout(() => { e.target.blur(); }, 1)}}">

6

package.json
{
"name": "@dreamworld/dw-checkbox",
"version": "2.2.0-upgrade-version.2",
"version": "2.2.0",
"description": "",

@@ -24,4 +24,4 @@ "main": "dw-checkbox.js",

"dependencies": {
"@dreamworld/dw-form": "^2.3.0-development.2",
"@dreamworld/pwa-helpers": "^1.11.1",
"@dreamworld/dw-form": "1.0.1",
"@dreamworld/pwa-helpers": "^1.10.0",
"@material/mwc-checkbox": "^0.20.0",

@@ -28,0 +28,0 @@ "lit-element": "^2.2.1"

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