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

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
12
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-lumo-styles - npm Package Compare versions

Comparing version 24.0.0-alpha6 to 24.0.0-alpha7

2

color.d.ts

@@ -6,3 +6,1 @@ import type { CSSResult } from 'lit';

export const color: CSSResult;
export const colorLegacy: CSSResult;

@@ -200,11 +200,2 @@ /**

const colorLegacy = css`
:host {
color: var(--lumo-body-text-color) !important;
background-color: var(--lumo-base-color) !important;
}
`;
registerStyles('', [color, colorLegacy], { moduleId: 'lumo-color-legacy' });
export { colorBase, color, colorLegacy };
export { colorBase, color };

8

package.json
{
"name": "@vaadin/vaadin-lumo-styles",
"version": "24.0.0-alpha6",
"version": "24.0.0-alpha7",
"publishConfig": {

@@ -44,4 +44,4 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/icon": "24.0.0-alpha6",
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha6"
"@vaadin/icon": "24.0.0-alpha7",
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
},

@@ -55,3 +55,3 @@ "devDependencies": {

},
"gitHead": "0004ac92b6e5f415b5fa949e0582d1d11e527b1f"
"gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
}

@@ -8,3 +8,3 @@ /**

static get version() {
return '24.0.0-alpha6';
return '24.0.0-alpha7';
}

@@ -11,0 +11,0 @@ }

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