Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-text-field

Package Overview
Dependencies
Maintainers
15
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-text-field - npm Package Compare versions

Comparing version 2.3.0-alpha6 to 2.3.0-alpha7

src/vaadin-number-field.js

8

package.json

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

"name": "@vaadin/vaadin-text-field",
"version": "2.3.0-alpha6",
"version": "2.3.0-alpha7",
"main": "vaadin-text-field.js",

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

"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/iron-form": "^3.0.0-pre.18",
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-form": "^3.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0",

@@ -46,0 +46,0 @@ "wct-browser-legacy": "^1.0.1",

@@ -80,3 +80,3 @@ /**

static get version() {
return '2.3.0-alpha6';
return '2.3.0-alpha7';
}

@@ -83,0 +83,0 @@

@@ -133,3 +133,3 @@ /**

static get version() {
return '2.3.0-alpha6';
return '2.3.0-alpha7';
}

@@ -136,0 +136,0 @@

@@ -412,3 +412,3 @@ /**

this._slottedInput = slotted;
} else if (!this._slottedInput) {
} else if (!slotted && this._slottedInput) {
this._removeInputListeners(this._slottedInput);

@@ -415,0 +415,0 @@ this._removeIEListeners(this._slottedInput);

@@ -106,3 +106,3 @@ /**

static get version() {
return '2.3.0-alpha6';
return '2.3.0-alpha7';
}

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