Socket
Socket
Sign inDemoInstall

@vaadin/field-base

Package Overview
Dependencies
Maintainers
19
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/field-base - npm Package Compare versions

Comparing version 23.0.0-alpha3 to 23.0.0-alpha4

7

package.json
{
"name": "@vaadin/field-base",
"version": "23.0.0-alpha3",
"version": "23.0.0-alpha4",
"publishConfig": {

@@ -21,2 +21,3 @@ "access": "public"

"module": "index.js",
"type": "module",
"files": [

@@ -35,3 +36,3 @@ "index.d.ts",

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.0.0-alpha3",
"@vaadin/component-base": "23.0.0-alpha4",
"lit": "^2.0.0"

@@ -44,3 +45,3 @@ },

},
"gitHead": "490037919a9e054cc002c1b3be0c94a1603e1a44"
"gitHead": "81e2deee5147bb7c1f4884760f4598613306f1fb"
}

@@ -69,4 +69,5 @@ /**

if (!this.node || this.node === this.defaultNode) {
this.__applyDefaultHelper(helperText, this.defaultNode);
const helperNode = this.getSlotChild();
if (!helperNode || helperNode === this.defaultNode) {
this.__applyDefaultHelper(helperText, helperNode);
}

@@ -73,0 +74,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc