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 23.0.0-beta3 to 23.0.0-beta4

6

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

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.0.0-beta3",
"@vaadin/component-base": "23.0.0-beta4",
"lit": "^2.0.0"

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

},
"gitHead": "4c87216666541f9eb58f56c475964727822aad53"
"gitHead": "d0b447f1c31ca4256a5e26f2dcd27784447ff79b"
}

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