New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/field-base

Package Overview
Dependencies
Maintainers
12
Versions
427
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.3.0-alpha3 to 23.3.0-alpha4

6

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

@@ -35,3 +35,3 @@ "access": "public"

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

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

},
"gitHead": "e86cd2abf3e28bade37711291331415d92c454ec"
"gitHead": "da037c0aa36e4b2874f253967300f6ca1af27315"
}

@@ -85,3 +85,7 @@ /**

return helperNode.children.length > 0 || this.__isNotEmpty(helperNode.textContent);
return (
helperNode.children.length > 0 ||
(helperNode.nodeType === Node.ELEMENT_NODE && customElements.get(helperNode.localName)) ||
this.__isNotEmpty(helperNode.textContent)
);
}

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