Socket
Socket
Sign inDemoInstall

@filerobot/common

Package Overview
Dependencies
Maintainers
5
Versions
1403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@filerobot/common - npm Package Compare versions

Comparing version 3.49.0 to 3.49.1

3

lib/VirtualGrid/index.js

@@ -127,2 +127,3 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }

setLayoutInfo(newLayoutInfo);
handleScroll();
});

@@ -164,3 +165,3 @@ }, [columnMinWidth]);

}
var target = e.currentTarget;
var target = (e === null || e === void 0 ? void 0 : e.currentTarget) || scrollableElementRef.current;
var scrollTopValue = target ? (_target$scrollTop = target.scrollTop) !== null && _target$scrollTop !== void 0 ? _target$scrollTop : target.scrollY : 0;

@@ -167,0 +168,0 @@ var _ref3 = gridContainerRef.current || {},

{
"name": "@filerobot/common",
"version": "3.49.0",
"version": "3.49.1",
"description": "The common components shared between Filerobot Media Asset Widget modules",

@@ -17,4 +17,4 @@ "homepage": "",

"dependencies": {
"@filerobot/icons": "^3.49.0",
"@filerobot/utils": "^3.49.0",
"@filerobot/icons": "^3.49.1",
"@filerobot/utils": "^3.49.1",
"@scaleflex/icons": "^2.8.3",

@@ -32,3 +32,3 @@ "@scaleflex/ui": "2.9.1",

},
"gitHead": "d41a99c05171b84148de39423e91662e42313a49"
"gitHead": "ee148258b75985592c5c2f38ee7e99101ac705a8"
}

Sorry, the diff of this file is too big to display

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