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.2.8 to 23.2.9

6

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

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.2.8",
"@vaadin/component-base": "~23.2.9",
"lit": "^2.0.0"

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

},
"gitHead": "82dc3fd8ecea4480095f6380c7f200fc3aafddff"
"gitHead": "880679b5eca131e7fbd4f651726bea5abc270493"
}

@@ -58,3 +58,3 @@ /**

/**
* Override to initialize the newly added custom label.
* Override to initialize the newly added custom error message.
*

@@ -77,3 +77,3 @@ * @param {Node} errorNode

/**
* Override to cleanup label node when it's removed.
* Override to cleanup error message node when it's removed.
*

@@ -91,3 +91,3 @@ * @param {Node} node

// Run initializer to update default label and ID.
// Run initializer to update default error message ID.
this.initNode(errorNode);

@@ -94,0 +94,0 @@ }

@@ -14,3 +14,3 @@ /**

* @polymerMixin
* @mixes SlotMixin
* @mixes ControllerMixin
*/

@@ -17,0 +17,0 @@ export const LabelMixin = dedupingMixin(

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