Socket
Socket
Sign inDemoInstall

@vaadin/field-base

Package Overview
Dependencies
Maintainers
12
Versions
373
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 24.5.0-alpha7 to 24.5.0-alpha8

14

package.json
{
"name": "@vaadin/field-base",
"version": "24.5.0-alpha7",
"version": "24.5.0-alpha8",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.5.0-alpha7",
"@vaadin/component-base": "24.5.0-alpha7",
"@vaadin/a11y-base": "24.5.0-alpha8",
"@vaadin/component-base": "24.5.0-alpha8",
"lit": "^3.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"
"@vaadin/chai-plugins": "24.5.0-alpha8",
"@vaadin/testing-helpers": "^1.0.0",
"sinon": "^18.0.0"
},
"gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
"gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33"
}

@@ -12,3 +12,5 @@ /**

export class InputController extends SlotController {
constructor(host, callback) {
constructor(host, callback, options = {}) {
const { uniqueIdPrefix } = options;
super(host, 'input', 'input', {

@@ -31,4 +33,5 @@ initializer: (node, host) => {

useUniqueId: true,
uniqueIdPrefix,
});
}
}
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