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

@omegagrid/core

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@omegagrid/core - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

6

dist/ui/container.js

@@ -93,3 +93,4 @@ "use strict";

this.classList.toggle('scroll-top-0', top === 0);
this.verticalSlider.value = top;
if (this.verticalSlider)
this.verticalSlider.value = top;
}

@@ -109,3 +110,4 @@ }

dom.setPosition(this.inner, { l: -left });
this.horizontalSliderRef.value.value = left;
if (this.horizontalSlider)
this.horizontalSlider.value = left;
}

@@ -112,0 +114,0 @@ }

{
"name": "@omegagrid/core",
"version": "0.3.10",
"version": "0.3.11",
"license": "UNLICENSED",

@@ -39,3 +39,3 @@ "description": "Core components",

"@fortawesome/fontawesome-svg-core": "6.4.2",
"@omegagrid/localize": "^0.3.10",
"@omegagrid/localize": "^0.3.11",
"@riovir/wc-fontawesome": "^0.1.9",

@@ -42,0 +42,0 @@ "color": "^4.2.3",

Sorry, the diff of this file is not supported yet

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