You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@vaadin/progress-bar

Package Overview
Dependencies
Maintainers
14
Versions
442
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/progress-bar - npm Package Compare versions

Comparing version

to
23.1.0-alpha4

12

package.json
{
"name": "@vaadin/progress-bar",
"version": "23.1.0-alpha3",
"version": "23.1.0-alpha4",
"publishConfig": {

@@ -39,6 +39,6 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.1.0-alpha3",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3",
"@vaadin/vaadin-material-styles": "23.1.0-alpha3",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha3"
"@vaadin/component-base": "23.1.0-alpha4",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4",
"@vaadin/vaadin-material-styles": "23.1.0-alpha4",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha4"
},

@@ -49,3 +49,3 @@ "devDependencies": {

},
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85"
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71"
}

@@ -19,3 +19,3 @@ /**

type: Number,
observer: '_valueChanged'
observer: '_valueChanged',
},

@@ -30,3 +30,3 @@

value: 0,
observer: '_minChanged'
observer: '_minChanged',
},

@@ -41,3 +41,3 @@

value: 1,
observer: '_maxChanged'
observer: '_maxChanged',
},

@@ -53,4 +53,4 @@

value: false,
reflectToAttribute: true
}
reflectToAttribute: true,
},
};

@@ -99,3 +99,3 @@ }

if (!value && value != 0) {
if (!value && value !== 0) {
nV = 0;

@@ -102,0 +102,0 @@ } else if (min >= max) {

@@ -275,3 +275,3 @@ import '@vaadin/vaadin-lumo-styles/color.js';

`,
{ moduleId: 'lumo-progress-bar' }
{ moduleId: 'lumo-progress-bar' },
);

@@ -278,0 +278,0 @@

@@ -117,3 +117,3 @@ import '@vaadin/vaadin-material-styles/color.js';

`,
{ moduleId: 'material-progress-bar' }
{ moduleId: 'material-progress-bar' },
);