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

@vaadin/notification

Package Overview
Dependencies
Maintainers
0
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/notification - npm Package Compare versions

Comparing version 24.7.0-alpha1 to 24.7.0-alpha2

20

package.json
{
"name": "@vaadin/notification",
"version": "24.7.0-alpha1",
"version": "24.7.0-alpha2",
"publishConfig": {

@@ -42,13 +42,13 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.7.0-alpha1",
"@vaadin/lit-renderer": "24.7.0-alpha1",
"@vaadin/overlay": "24.7.0-alpha1",
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha1",
"@vaadin/vaadin-material-styles": "24.7.0-alpha1",
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha1",
"@vaadin/component-base": "24.7.0-alpha2",
"@vaadin/lit-renderer": "24.7.0-alpha2",
"@vaadin/overlay": "24.7.0-alpha2",
"@vaadin/vaadin-lumo-styles": "24.7.0-alpha2",
"@vaadin/vaadin-material-styles": "24.7.0-alpha2",
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha2",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/button": "24.7.0-alpha1",
"@vaadin/chai-plugins": "24.7.0-alpha1",
"@vaadin/button": "24.7.0-alpha2",
"@vaadin/chai-plugins": "24.7.0-alpha2",
"@vaadin/testing-helpers": "^1.0.0",

@@ -61,3 +61,3 @@ "sinon": "^18.0.0"

],
"gitHead": "04be941c9a7b659871c97f31b9cc3ffd7528087b"
"gitHead": "e2523f9b4abc5a9586fb758166f823dc40c399dd"
}

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

import { css, html, LitElement } from 'lit';
import { ifDefined } from 'lit/directives/if-defined.js';
import { defineCustomElement } from '@vaadin/component-base/src/define.js';

@@ -109,3 +110,3 @@ import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';

<vaadin-notification-card
theme="${this._theme || ''}"
theme="${ifDefined(this._theme)}"
aria-live="${this.__computeAriaLive(this.assertive)}"

@@ -112,0 +113,0 @@ ></vaadin-notification-card>

@@ -358,6 +358,2 @@ /**

if (this._container.performUpdate) {
this._container.performUpdate();
}
if (!this._container.shadowRoot.querySelector(`slot[name="${this.position}"]`)) {

@@ -364,0 +360,0 @@ console.warn(`Invalid alignment parameter provided: position=${this.position}`);

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/notification",
"version": "24.7.0-alpha1",
"version": "24.7.0-alpha2",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/notification",
"version": "24.7.0-alpha1",
"version": "24.7.0-alpha2",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",

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