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

@zywave/zui-base

Package Overview
Dependencies
Maintainers
0
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zywave/zui-base - npm Package Compare versions

Comparing version 4.3.0-pre.1 to 4.3.0-pre.2

2

dist/zui-form-associated-element.js

@@ -240,3 +240,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

if (messageKey) {
const validationAttribute = `validation-${messageKey}`;
const validationAttribute = `validation-message-${messageKey}`;
if (this.hasAttribute(validationAttribute)) {

@@ -243,0 +243,0 @@ return this.getAttribute(validationAttribute);

{
"name": "@zywave/zui-base",
"version": "4.3.0-pre.1",
"version": "4.3.0-pre.2",
"main": "dist/index.js",

@@ -23,3 +23,3 @@ "module": "dist/index.js",

},
"gitHead": "273e492feca3e8a48dbfe1c2fda93f422cdc13a3"
"gitHead": "be7e77eb7f9d72dd5bdafa790f9397d0ce360c3b"
}

@@ -281,3 +281,3 @@ import { ZuiBaseElement } from './zui-base.js';

if (messageKey) {
const validationAttribute = `validation-${messageKey}`;
const validationAttribute = `validation-message-${messageKey}`;
if (this.hasAttribute(validationAttribute)) {

@@ -284,0 +284,0 @@ return this.getAttribute(validationAttribute);

Sorry, the diff of this file is not supported yet

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