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

@vaadin/vaadin-custom-field

Package Overview
Dependencies
Maintainers
16
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-custom-field - npm Package Compare versions

Comparing version 1.2.0-alpha3 to 1.2.0-beta1

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-custom-field",
"version": "1.2.0-alpha3",
"version": "1.2.0-beta1",
"main": "vaadin-custom-field.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -92,2 +92,3 @@ /**

* Error to show when the input value is invalid.
* @attr {string} error-message
*/

@@ -94,0 +95,0 @@ errorMessage: string;

@@ -96,3 +96,3 @@ /**

static get version() {
return '1.2.0-alpha3';
return '1.2.0-beta1';
}

@@ -151,2 +151,3 @@

* Error to show when the input value is invalid.
* @attr {string} error-message
* @type {string}

@@ -153,0 +154,0 @@ */

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

export * from './src/vaadin-custom-field.js';
export * from './@types/interfaces';
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