Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-themable-mixin

Package Overview
Dependencies
Maintainers
19
Versions
441
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-themable-mixin - npm Package Compare versions

Comparing version 20.0.0-beta1 to 21.0.0-alpha0.29f1db3de

8

package.json
{
"name": "@vaadin/vaadin-themable-mixin",
"version": "20.0.0-beta1",
"version": "21.0.0-alpha0.29f1db3de",
"description": "vaadin-themable-mixin",

@@ -27,7 +27,7 @@ "main": "vaadin-themable-mixin.js",

"@polymer/polymer": "^3.0.0",
"lit-element": "^2.0.0"
"lit": "^2.0.0-rc.1"
},
"devDependencies": {
"@esm-bundle/chai": "^4.1.5",
"@open-wc/testing-helpers": "^1.8.12",
"@vaadin/testing-helpers": "^0.2.1",
"sinon": "^9.2.4"

@@ -38,3 +38,3 @@ },

},
"gitHead": "a8bc4c410600c8039e8e3f5fa4c763fdb328e10d"
"gitHead": "70e741f8e450dbea6f50de314514f4a15b2072b9"
}

@@ -1,4 +0,4 @@

import { CSSResult } from 'lit-element';
import { CSSResult } from 'lit';
export { css, unsafeCSS } from 'lit-element';
export { css, unsafeCSS } from 'lit';

@@ -5,0 +5,0 @@ /**

import '@polymer/polymer/lib/elements/dom-module.js';
import { CSSResult } from 'lit-element';
export { css, unsafeCSS } from 'lit-element';
import { CSSResult } from 'lit';
export { css, unsafeCSS } from 'lit';

@@ -5,0 +5,0 @@ let moduleIdIndex = 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