🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@spectrum-web-components/checkbox

Package Overview
Dependencies
Maintainers
2
Versions
390
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.1.3

CHANGELOG.md

10

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -40,7 +40,7 @@ "main": "lib/index.js",

"dependencies": {
"@spectrum-web-components/icon": "^0.1.2",
"@spectrum-web-components/icons": "^0.1.2",
"@spectrum-web-components/shared": "^0.1.2"
"@spectrum-web-components/icon": "^0.1.3",
"@spectrum-web-components/icons": "^0.1.3",
"@spectrum-web-components/shared": "^0.1.3"
},
"gitHead": "3d7176f688fee7746b52556ecba4df15c2342948"
"gitHead": "5112887821c1408c1c4121949a4f91743c98ff6a"
}

@@ -18,6 +18,6 @@ /*

@property({ type: Boolean, reflect: true })
public checked: boolean = false;
public checked = false;
@property({ type: Boolean, reflect: true })
public quiet: boolean = false;
public quiet = false;

@@ -24,0 +24,0 @@ @query('#input')

@@ -21,6 +21,6 @@ /*

@property({ type: Boolean, reflect: true })
public indeterminate: boolean = false;
public indeterminate = false;
@property({ type: Boolean, reflect: true })
public invalid: boolean = false;
public invalid = false;

@@ -27,0 +27,0 @@ public static get styles(): CSSResultArray {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet