Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-element-mixin

Package Overview
Dependencies
Maintainers
9
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.0 to 2.1.1

2

package.json

@@ -12,3 +12,3 @@ {

"name": "@vaadin/vaadin-element-mixin",
"version": "2.0.0",
"version": "2.1.1",
"main": "vaadin-element-mixin.js",

@@ -15,0 +15,0 @@ "author": "Vaadin Ltd",

@@ -34,2 +34,10 @@ import { usageStatistics } from '@vaadin/vaadin-usage-statistics/vaadin-usage-statistics.js';

}
ready() {
super.ready();
if (document.doctype === null) {
console.warn(
'Vaadin components require the "standards mode" declaration. Please add <!DOCTYPE html> to the HTML document.'
);
}
}
};

@@ -36,0 +44,0 @@ } finally {

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