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
16
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.4.1 to 2.4.2

2

package.json

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

"name": "@vaadin/vaadin-element-mixin",
"version": "2.4.1",
"version": "2.4.2",
"main": "vaadin-element-mixin.js",

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

@@ -31,4 +31,4 @@ /**

} else {
dummy.scrollLeft = 1;
if (dummy.scrollLeft === 0) {
dummy.scrollLeft = 2;
if (dummy.scrollLeft < 2) {
cachedType = 'negative';

@@ -35,0 +35,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