Socket
Socket
Sign inDemoInstall

@vaadin/field-base

Package Overview
Dependencies
Maintainers
14
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 22.0.5 to 22.0.6

6

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

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "^22.0.5",
"@vaadin/component-base": "^22.0.6",
"lit": "^2.0.0"

@@ -43,3 +43,3 @@ },

},
"gitHead": "3e1990867670f3de2dec6fa1200d945623b2710c"
"gitHead": "18c55872d764e338e0f98e65826cbe895156251a"
}

@@ -173,2 +173,15 @@ /**

}
/**
* Fired when the user commits a value change.
*
* @event change
*/
/**
* Fired when the value is changed by the user: on every typing keystroke,
* and the value is cleared using the clear button.
*
* @event input
*/
};
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