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
423
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.2.6 to 23.2.7

6

package.json
{
"name": "@vaadin/field-base",
"version": "23.2.6",
"version": "23.2.7",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.6",
"@vaadin/component-base": "~23.2.7",
"lit": "^2.0.0"

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

},
"gitHead": "3925f404e88c6574ca49058d1cd6b27558a5482b"
"gitHead": "bdaf12e4200bd68a3a9224bdf4cb41954f1b8bf1"
}

@@ -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